I am in the process of creating a Recurrence flow to check customers in a list. I want it to check the customers Expiration Date, and if its 2 days from expiring I want it to send me an email telling me to contact the customer. I am actually thinking about having an email go to the customer as well letting them know they are about to expire. Need help with the Condition fields. Everything else seems to work fine, just that part.
Solved! Go to Solution.
Hi @FreedomTV1,
Please refer to these steps:
Step 1. Create a Recurrence trigger runs every day.
Step 2. Then add Get items action to get the items, then use the addDays() function to find these items' DueDate (Expiration date) is 2 days after. If it is, send an email to the customer.
addDays(utcNow(),2,'yyyy-MM-dd')
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @FreedomTV1,
Please refer to these steps:
Step 1. Create a Recurrence trigger runs every day.
Step 2. Then add Get items action to get the items, then use the addDays() function to find these items' DueDate (Expiration date) is 2 days after. If it is, send an email to the customer.
addDays(utcNow(),2,'yyyy-MM-dd')
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
41 | |
40 | |
38 | |
34 | |
30 |
User | Count |
---|---|
47 | |
36 | |
34 | |
25 | |
24 |