In Lighting Flows.
How to iterate over loop and concatenate string from each record(ex name from all records). then store in one text area.
5 answers
Hi Arshad,
You'll need a text variable and a formula to do this. If our variable is called "text", then your formula would append the value you need from the record to it, like so:
{!text} & {!myrecord.myfield}
You'd then assign the value of your formula to your text variable inside the loop.