My flow is to add all the items that I get in the for-loop in to a string.
For example,
1st loop has item: AAA
2nd loop has item: BBB
3rd loop has item: CCC
I want output = AAA , BBB , CCC
Please guide me about it.
My flow is to add all the items that I get in the for-loop in to a string.
For example,
1st loop has item: AAA
2nd loop has item: BBB
3rd loop has item: CCC
I want output = AAA , BBB , CCC
Please guide me about it.
@Gokul001 But If 1 value , I want show same value.
Please guide me about it.
Hi @fairymemay ,
If you are using a For Each Loop, then here is a sample sequence to get you started:
I’m using a Substring Method to get rid of the comma that gets appended towards the start when we first start assigning the items to our string variable.
CombineStrings.xaml (6.4 KB)
Kind Regards,
Ashwin A.K
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.