Is there a way to show a list like
Item 1
Item 2
Item 3
Rather than the standard
Item 1, Item 2, Item 2?
Is there a way to show a list like
Item 1
Item 2
Item 3
Rather than the standard
Item 1, Item 2, Item 2?
Sure… just use the operator :format as text on the list. Then you can format it however you like.
Thanks for that. It has contents to show as per list item and then delimiter. I thought if I put “,” it would just separate it out but it came up with undefined.
Does it matter that this is in a RG?
Nope. It’s just a way for format a list however you like.
You can use it on ANY list. And you can use it anywhere you like.
The only way I can find is to do a expression that says
item 1 “enter”
Item 2 “enter”
Is there an expression that I could do that will dynamically make the format
Line 1
Line 2 etc.
Without having to specify individual lines as the number of items within the list could vary and over time will likely expand. Id rather not have to try and remember to add another line to the text option to accommodate another potential response if that makes sense.
Yes… that’s exactly what :format as text does.
Just take any list and add :format as text.
Then you can define what to display for each item in the list, and the delimiter.
This topic was automatically closed after 70 days. New replies are no longer allowed.