Joining Two List of things into text

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!

Create a text field on the Order. Concatentate the things you want in there.

image

Then add a :join with , to the end of the list.

image

1 Like

Thank you very much @NigelG . It worked.

This topic was automatically closed after 70 days. New replies are no longer allowed.