How to show list of texts datatype, each item on new line, instead of comma separated

I have a data type, which is a list of text.
If i just show the value in a text element, it shows each item with a comma separated.

Instead of comma separated, I want to display each item on a new line.

How can i do this?

Hi @mohamad.r.khan, :slight_smile: You can use a repeating group, with the type of content being “text”. Then set the data source to be that list. Place a text element in the first cell to display the Current cell’s text, and that will separate each text item in cells.

4 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.