I have a repeating group that a user can select items from.
These selected items are then added to a custom state list.
The user can then hit a button to forward the list to a specified email address.
When I add the list to the email content, it looks like the following:
item 1, item 2, item 3, item 4 etc…
I would like to display it as:
item 1
item 2
item 3
item 4
etc…