I have a query in sql that returns this data:
I need to create an exchange item that sends out a reminder/task etc to each of the distinct emails provided. I would like one email to be sent out to each of the three managers above, with all "Equip_num", "InspectionDate", and "Equip_Desc" associated with their name. So ideally I would like for a single email/task/etc. to be sent to Manager3@email.com with this in the body:
I can send out 8 different emails to Manager3 using For Each Row I think, but I would prefer just one..
Thanks