Sending rows in Excel file one by one as email

Hello everyone, I need to send the meetings in the excel file I have one by one as an e-mail.
But I was able to send it in bulk. The algorithm I set up confused me. I’m sure there is a simple solution but I couldn’t find it :slight_smile:

Email requested from me

image

The mail I sent

Excel File

Send_Email.xaml (10.8 KB)

Thanks!

@MrKezay

I’m unable to open your file, this file has project.json missing

Also to send one by one email then inside the For-Each row activity you can keep send email activity

This will send for every row

Hope this may help you

Thanks