I had imported workflow with Send Email node(setup before).
But it had one long email list. It’s uncomfortable for use. How to restore it to default?
Hi @eddy0620
I had a similar problem like yours. I had to maintain a list of people getting an email from the Send Email node. However it was quite cumbersome to maintain it.
What I did was the following. I put the list into a Table Creator node and using the group by node generate a flow variable.
This is how my workflow and the Table looks like:
In the GroupBy node use the option Concatenate and change the separator to a comma and a space:
And last: Use the generated flow variable in the Send Email node:
2 Likes
Thank you very much, Iris. I had found the solution. Changed send email node setting in workplace file.
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.