Hi,
How do I setup a flow to check if the date in the 'Date of visit' coloumn has passed by one day from the today's date ?
Solved! Go to Solution.
Hi @Prathameshpatka ,
You could refer to screenshot below to create the flow:
The first expression in the Condition as below:
formatDateTime(outputs('Date_of_visit'),'yyyy-MM-dd')
The second expression in the Condition as below:
formatDateTime(addDays(utcNow(),-1),'yyyy-MM-dd')
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Google for date difference power automate
Hi @Prathameshpatka ,
You could refer to screenshot below to create the flow:
The first expression in the Condition as below:
formatDateTime(outputs('Date_of_visit'),'yyyy-MM-dd')
The second expression in the Condition as below:
formatDateTime(addDays(utcNow(),-1),'yyyy-MM-dd')
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
---|---|
71 | |
22 | |
17 | |
17 | |
13 |
User | Count |
---|---|
125 | |
34 | |
31 | |
28 | |
26 |