Display List Items one under the other in Email notification

  • 20 October 2015
  • 3 replies
  • 1 view

Badge +1

When sending an email notification with all list items created today, the items which I pull from a collection variable are displayed next to each other separated by a ";" . It does not look pretty.

How can I display each list item's name in its own row, under each other?


3 replies

Badge +11

With the use of collection variables and Looping through them to create the content of your email.

See this for reference: Creating attractive emails with HTML tables in Nintex

Badge +6

You should be able to use the the Regular Expression control in the workflow to replace the semi-colon with a line break and store in a multi-line text string variable, if you just need to display the collection as separate lines. See below example, where varTestCollection is the collection of list items and varHttpStatus (random test text variable!) is our multiline text variable:

 

Cheers

 

Mark

Badge +1

Thank you Mark, that's exactly what I was looking for. Simple and worked like a charm.

Reply