Hi @jack-keenan-clancy welcome to forum
For this
- First create a text file with following text
Hello Name
Your meeting time is at Time
Thank you
-
Read the excel field and store in dt1
-
Use for each row to loop through each rows of dt1
Inside it use the following
- Read the text file and store in stringvariable body
use Assign activitiy to assign body varible with values of each rows from excel
body = body.Replace(“Name”, row(0).ToString). Replace (“Time”, row(1).ToString)
Then after this use mail activity like Outlook mail message activitiy or smtp to send an email with email to whom u want to.send as row(2).ToString
Hope it helps you
Regards
Nived N
Happy Automation