Basic Question of formatting

Screenshot 2024-05-11 at 5.34.20 AM
I want to show the above services in a list. 1 service per line, as in:
Service 1
Service 2
Service 3

Right now its showing as displayed in the image.
How can I achieve that per line formatting.

Thanks

Hi there,

This should be something akin to the following:

  • Create a repeating group of type Text
  • Set the data source to the same source as the text from the screenshot, except for include :Split by (and then input ", " - the comma followed by a space).
  • Now drop a text element onto the repeating group’s first cell
  • Set that element’s source as ‘Current Cell’s Text’

Got a better solution, used-
‘join with line_break’ in single text element
Screenshot 2024-05-11 at 6.02.34 AM

1 Like

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