Skip to main content
Arshad Sadik Shaikh 님이 #Data Management에 질문했습니다
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개
  1. 2020년 11월 15일 오후 3: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