Pass list to a string attribute

1
Hello There, I want to pass list to a string attribute. eg; my list has emp name as ABC DEF GHI i want it to pass it to a string attribute as  ABC;DEF;GHI.    Thanks in Advance.
asked
1 answers
5

Hi Abdul,

Create a Variable as String and Retrive the list of your emp name. Change the created varibale inside the loop with the given value. Use this microflow as reference and try this in your scenario

 

answered