
Announcements
I have a share point list with columns status and email.
I want my flow to send an email to all the email in my SharePoint which has status = Pending every Friday.
You need to create scheduled flow which will run every Friday.
Steps-
1. Scheduled trigger
2. Get items action
3. Apply filter in Get items- status eq 'Pending' (single quotes are very important and status is your internal column name)
4. Send email and select email from dynamic content.
Thanks
Hardesh