Hello all,
I've searched and searched and feel like I was getting warmer, but couldn't quite figure this out.
I have a form that has a table (with one column) in order to collect multiple selections. At the end of the process, I am tidying things up by using a Custom HTML field to have more flexibility with the appearance of the saved form. When I just directly relate the table variable to the Custom HTML field, I get the "Item1; Item2; Item3" formatting. I would love to get it bulleted, such as:
- Item1
- Item2
- Item3
I've built a workflow with a for each loop (from the table) and and tried splitting the tokens, but it's not working for me. I also have the workflow sending that new token to a separated Multi-Line field back in forms. And then relate that Multi-Line field's variable in my Custom HTML.
Not sure if I am just digging myself in a hole or if I am missing something really easy, looking for some advice.
I thank you all in advance.