Hello,
I've a SharePoint list with dates mentioning when that specific person will need to travel to customer. (excluding weekends)
For e.g. I have created a SharePoint list with Person Name, their Email Address and the dates when they need to travel.
Person Name | Date | |
A | 8/24/2023 | A@123.com |
B | 8/25/2023 | B@123.com |
C | 8/28/2023 | C@123.com |
D | 8/29/2023 | D@123.com |
Flow to check if today's date is Aug 24, 2023, send an email to A person.
Tomorrow it will check Today's date i.e. Aug 25, 2023 and should send an email to B person.
Apart from above, is it possible, if a specific person is on leave i.e. if Person C is leave on Aug 28, skip Person C and send email to Person D (If not, ignore this and please advise for the above highlighted in green)
Thanks