Hi! All
I have a list of email ids in a column in an excel file. I wish to send an email to all the email ids. Please suggest how to design an AutomationEdge workflow for this?
Hi! All
I have a list of email ids in a column in an excel file. I wish to send an email to all the email ids. Please suggest how to design an AutomationEdge workflow for this?
Hi!
The following image shows a sample workflow. It reads the emails column from an excel sheet. The image also shows the Group By step configuration. Use the Group Type as - Concatenate strings separated by and in the Value field provide a semi-colon(;). Now you can use this aggregated field containing a semicolon separated list of email addresses in the recipient field of the O365: Send Email step.