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 ?
Announcements
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 ?
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
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1