At first this seemed to me like a basic parse, but somehow I couldn’t crack it, any help would be greatly appreciated.
I have 3 collection variables.
Quantity - 34; 45;
Description - myRecord1; myRecord2;
Price - 599;899;
I want to build a string like this using Nintex workflow.
Final Text / Desired Output - #34, myRecord1, $599 \n\r #45, myRecord2, $899
How do I achieve this using Nintex workflow?