Hey, I have a list of things that have several fields that I am trying to turn into a simple list of texts.
So for example, let’s say I had a thing called “item”, which included fields called “itemName” and “itemPrice.” I want to turn this into a list of texts with the format “{itemName} costs ${itemPrice}”. Any ideas on how to do that?
Thank you,
Randal
Do the Repeating group's list of Items:format as text
Then you can insert dynamic data relevant to that specific Item and also type text manually
This Item's Name costs $This Item's Price
And add your linebreak or whatever separator you would like between each item.
3 Likes
Just add a repeating group, and add a text element with the data you want. (Both dynamic and static data).
But to be sure, when you say “list of text”, do you want to show it on screen or save it somewhere ?
1 Like
Thank you! I will try this. I want to save it.
Randal
Well, dang. That worked! Very useful.
Thank you,
Randal
1 Like