Hi all. Sorry if the question has been asked . But I don’t figure out how to display a list of thing stored in my database.
In my database, items are separated with a comma. Exemple: English, German, Dutch
In my repeating group I want to display items in separate line.
How do set this?
No i have products
And i have made another data type called orders which i have qty and total price and type thing products which is list.
I can do searchfor orders:products and list all product using RG
… but i want to send an email the order and products list
They will appear like this
Product1, product, product3
I want to put them in this fashion
Product1 20$
Product2 30$
You need to use join with and have a line_break but to send a dynamic email list you will still need to use an RG. @romanmg has the exact solution on https://coachingnocodeapps.com/
Hi! I am struggling with this, I cannot get ‘line_break’ to work, it stays in red. The RG is Text, it’s a single column RG, the data field is a list of texts, but it simply doesn’t want to work.
Ok, so maybe it’s something to do with this thread, but no sooner had I posted my message I resolved it (it been bugging me for ages!).
Solution: I didn’t need to have the list in a RG. I showed the data in a simple Text field and then used ’ join with “line_break” ’ to split the data into onto separate lines.