
Hi @Smith, Helen ,
Your requirements can be implemented using Power automate.
The Event list used in the test is as follows:
Create a new flow: choose “Scheduled cloud flow” and set the parameters according to your actual situation.
Fill in the judgment conditions:
substring(item()?['EventDate'],0,10)
is equal to
addDays(utcNow(),7,'yyyy-MM-dd')
NOTE: The 7 in the addDays() function means that I set a reminder 7 days in advance, you can change it to the time you want.
Then run the flow and you can receive an email as below:
Thanks,
Yanli Jiang
===========================================
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.