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.
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 |
---|---|
45 | |
41 | |
36 | |
36 | |
22 |
User | Count |
---|---|
40 | |
36 | |
28 | |
27 | |
27 |