Skip to main content
Hello all, Need small help.

 

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 respostas
  1. 15 de nov. de 2020, 15:35
    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.
0/9000