Hi!
I have a Look Up column that brings me all related products from another table.
I need to concatenate all the texts.
For example:
An Order has 3 products:
Pears, Apples and Bananas in an Order Items table.
From the table Order, in a relation column I bring all the items of each Order.
I need to merge all those items into a single text field:
PearsApplesBananas.
The Template column doesn’t seem to allow it.
How do I do it?