List Question

List Question

Comments

  • I am having trouble getting my list to show up in an email. I have imported the list values from
    a CSV and use a form to select the items on the list that should be sent for approval. My form outputs 3 items for the selected list. [font=Roboto, Arial, Helvetica, sans-serif]For testing purposes, I have selected several fields for the [/font][font=Roboto, Arial, Helvetica, sans-serif]email to see what is in each one. The email (shown below) shows a count of 3 and [/font][font=Roboto, Arial, Helvetica, sans-serif]will show the first and last items. It shows "System String" [/font][font=Roboto, Arial, Helvetica, sans-serif]instead of actually showing what is in the list. Can [/font][font=Roboto, Arial, Helvetica, sans-serif]you tell what I am missing?[/font]

  • [font=Roboto, Arial, Helvetica, sans-serif]Data from lists cannot be merged in either of the text merge editors as an entire array. Using a ForEach Loop step to iterate through the list of strings and merging each individual item from the list into the final string will accomplish this. After the list has been merged into the text, you can then merge the rest of the string. If there are multiple lists to merged into the text, then there would need to be a loop for each list. I have attached a small example project showing how this might be done. Please [/font][url=https://documentation.decisions.com/docs/exporting-and-importing-overview]import[/url][font=Roboto, Arial, Helvetica, sans-serif] and review it at your convenience.[/font]

Sign In or Register to comment.