Dear Community
Please help to check my flow not working as expected after testing flow run success but email not sending
Requirement :
My list have status and modified column (Modified is a defaults in a list)
if items not any modified in 1 days and check with status column --> flow will send email reminder.
Thank you
Solved! Go to Solution.
Take two variable - one for created and one for modified format as below(can remove the hh:mm:tt
formatDateTime(outputs('Get_item')?['body/Created'],'yyyy-MM-dd hh:mm:tt')
OR
formatDateTime(outputs('Get_item')?['body/Created'],'yyyy-MM-dd')
I would prefer second.
Compare and then send notification as required.
it's seem look like working , thank you for your suggestions.
What is the condition, please can you share a screenshot of the condition block.
The condition was not satisfied hence it is not sending email.
@jinivthakkar here is my reply
I set condition as picture
1. Filter Query : Modified date less than addDays(utcNow(),1,'d')
2. Condition block : Get Value form sharepoint list item
How Can I fix it, please
Sorry I can't reply in your post
The condition Modified le 'addDays(utcNow(),1,'d')' is wrong according to me because whenever you run the flow the condition will not be satisfied Modified will always be less than utcNow+1
Shouldn't you checking modified gt created+1 ??
Thank you for your suggestion , Could you please help to share expression or condition?
Take two variable - one for created and one for modified format as below(can remove the hh:mm:tt
formatDateTime(outputs('Get_item')?['body/Created'],'yyyy-MM-dd hh:mm:tt')
OR
formatDateTime(outputs('Get_item')?['body/Created'],'yyyy-MM-dd')
I would prefer second.
Compare and then send notification as required.
it's seem look like working , thank you for your suggestions.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
48 | |
17 | |
15 | |
12 | |
11 |
User | Count |
---|---|
58 | |
40 | |
24 | |
19 | |
19 |