Here is the image of my excel sheet, i need to send mails to absent employees all at once .i have used foreach loop but it is sending mail to each employee separately . i need to send all at once with there names .
When u use filter datatable for Absent
List=New List(Of String)
Then use For Each row
In that use
Add To Collection
In that add that EmployeeName
after for each row
Use assign
Var string= String.Join(“;”,list)
Then use Send Mail Activity In to add This Var variable