HI All,
I have the filter data table output like below:
EmpId
41a7637f-bf62-4a82-9299
f00463ea-af88-41b4-9d36
I have to get the output like below:
‘41a7637f-bf62-4a82-9299’,‘f00463ea-af88-41b4-9d36’
can some one help me to solve the issue.
hello @Vamsikrishna_Talam
you can use a for each row activity and con-cat the output of each row together to get that value or you could add the value of each row to a list/array
Hello @Vamsikrishna_Talam
You can join all the rows with comma. Please refer to the below doc.