
Announcements
Dear all
i have a SharePoint List for Tasks , so in each item there are 2 people have to put there status from pending to completed
what i have done now create a SharePoint List and power automate but i am facing a problem now when 1 person changes the status to be completed next day the flow won't send an email to the other person if he doesn't put his status
like
task item assigned to mohamed and ahmed
i would like if mohamed has been changed the status to completed and ahmed doesn't change it so i need the flow send an email to ahmed
how would i do that ?
From the Flow, get the Assigned To field, then use Apply to Each and then send an e-mail each person there. If you find out that the data extracted is not available as an e-mail address but just as a name, you can use the "Office 365 Search for Users" in the Apply to Each first, get the first match, get the e-mail address, and use that as the e-mail.