I’m creating an app that is similar to a CRM, in fact I am using the CRM app template. I need to display a list under each user, but I don’t want them separated by a comma (I could do that in the same data set myself). What would be the best way to display a stacked list? every person will have a different list. Thanks
Does this list come from a Joined List column?
If yes, probably all you need to do is reconfigure the joined list and replace the default comma separator with a CRLF (enter key on your keyboard)
Thanks for the feedback. When I set the column to a joined list, it sents every row in my data to the same data it pulls from the joined list data. Each person will be different information. Any way to pull different lists into the same columns but different for each row (person)?
Here is the screenshot with the column on the far right. Sorry for the black lines, had to hide names and contact info.
In the alternative, is there a way to style the text of a text type row where they are not in line (example: client 1, client 2, client 3).
I would rather them be:
Client 1
Client 2
Client 3
Still guessing a little bit here, but what I’d say you need to do is create a multiple relation column that joins contacts to clients, and then add a joined list column that fetches the client names through that relation.
Again, to get the names on separate lines, just configure your joined list column with a newline as the separator.