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?
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,
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.