I have two “list of things” in a data type.
I created a data type called" Orders".
In that I have two fields
1." Product" field in that Product1, Product2,…etc
2. “Quantity”. field in that Quantity1, Quantity2…etc
Both are list of things.
Now I want to combine it into a text as follows:
Product1-Quantity1, Product2Quantity2…etc.
Please Help…
Thanks in advance…
1 Like
Hi all, looking for how to solve this as well!
NigelG
3
Create a text field on the Order. Concatentate the things you want in there.
Then add a :join with , to the end of the list.
1 Like
Thank you very much @NigelG . It worked.
system
Closed
5
This topic was automatically closed after 70 days. New replies are no longer allowed.