Hi,
I am getting unique emails stored in a Array variable but can't use it in send an email action to send out emails as its in Array form.
Can someone help me how to convert Array variable to text or string and use in send an email? below is an ouptut of my set array variable action.
I just want to extract the emails listed in above array variable and use them in send email action, please help.
Solved! Go to Solution.
1) create a String Variable
2) add a For Each loop to process the Array
3) use an Append to String action inside the loop to append each email in the array to the end of the string variable. Make sure you also include a ';' Like this
1) create a String Variable
2) add a For Each loop to process the Array
3) use an Append to String action inside the loop to append each email in the array to the end of the string variable. Make sure you also include a ';' Like this
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
85 | |
60 | |
51 | |
43 | |
39 |
User | Count |
---|---|
89 | |
81 | |
74 | |
62 | |
44 |