I created a workflow to send emails with body and attachment
I have a list created of individuals so that the attachment and body of the email is sent to them however the email is going separately to them rather than one email to all just like how we do on outlook.
Solved! Go to Solution.
Hi @Gurinder27
The email tool will send 1 email per record which enters it. If you want to send the same email to multiple people, then you'll need to use a summarise tool to concatenate all the emails into a single, comma-separated field.
Hope that helps,
Ollie
You just need to do the below in a Summarize tool - i've entered the separator as a comma but a semi-colon (;) may also work, you'll need to test it