I am displaying a list of tags in categories in the application builder using a repeat element. However, when I add the data to the text element, there is no space between the words.
For example, there are several choices in the field:
one
two
three
four
When I add them to the text box, they appear like this:
one,two,three,four
How do I add a space between items?
one, two, three, four
I tried using a table element, but you can’t use a table in a repeat element. App Builder will not let you choose a data source for the table (inside a repeat element). I would also have to choose a different “property” for each repeat item, which you can’t.
This would have been a good solution for listing the items neatly. The tag option for the table would have worked as well, but it’s tied to the table element.
Having to choose a “property” for the tables is a big drawback, honestly. I wanted to list some measurements out in a table instead of a repeat element, but you have to choose a “property,” and the text fields are not available. You can only choose multiple-choice fields, single-choice fields, file fields, or linked fields.
Being able to insert a table element without having to add a datasource would be great. We could then insert data text like we would a text box inside the table cells.
Hi again @Iokaar, unfortunately, this again is not possible and you have hit another current limitation with the app builder. This is all great feedback for feature requests for the team.
They are selectable, but it just wouldn’t let me in that instance. I think it might be because of a nesting issue? You can’t seem to put a table inside a repeat element. Well, you can, but you can’t select a data source and therefore you cannot add data to the table.