Hi all,
Using Workflow, I retreive values from a document.
I have a multi-value's field called FieldA
and this is my values :
Line 1
Line 2
Line 3
Now I want to merge all values in simple value called FieldB
Ex : FieldB = Line 1;Line 2;Line 3
For this, I make a loop.
This is my condition : Tokens < or = CountValues
Now I don't know how to modify my tokens.
Need some helps plz.
Regards