Hello Power Platform community,
I am a very beginner and would like to get help guidance on building a Power Automate flow that runs once per month and processes a stored Excel Sharepoint. Below is the exact behaviour I want to implement and some specific questions where I need help.
-
The flow runs on the 1st day of every month.
-
The flow reads an Excel file stored in Sharepoint (the file is updated manually once per month before the 1st).
-
For each booking row in the table, process only those rows that meet all of these:
Status= Provisional
Arrival Dateis on run date (the 1st of the month)
Arrival Dateis on run date + 6 weeks (42 days) -
-
If
Contact Emailis empty: add the booking row to Missing Email Report (an Excel table). Do not send any email. -
If
Contact Emailexists: send an automated reminder email to theContact Email. -
After the send attempt, always append a record to Sent Email Report (an Excel table) with at least these fields:
Event ID,Contact Email,SentDate(utcNow),Status,SendResult(Success/Failure), and optionallyErrorMessage. -
If the email action fails, send an error notification to internal admins
-

Report
All responses (
Answers (