Hello Community Members, hope you are well
Wanted to please ask for some help on an email workflow use case
I am trying to email a list of clients according to a common group they sit in, so for the list below, I only want to send out 2 emails, so 1 email per client group to all recipients in that group. My data is sat in a CSV file.
Not sure how to build the logic or structure a workflow to do this, I have only been able to create a workflow that can send 1 email per email address so far, which isn't the result I am trying to achieve.
Grateful for any advice or help from the community, I have attached my current workflow so far
Solved! Go to Solution.
Hey @sidg87, you ought to be able to create a list with a semi-colon separator like so:
That you can then reference in your 'To' configuration within the email tool. If the semi-colon doesn't work, try a comma as I have read reports of the semi-colon not playing ball on certain versions.
Amazing thank you so much, this is very useful
Thank you, I had no idea I could concatenate emails this way. Very useful