I am using this template to send a daily summary of outstanding tasks (i.e. Percentage Complete < 100) on MS Planner.
As I have tasks created with future Start Dates, e.g. 02-Dec-2023, I would like Power Automate to filter and list only outstanding tasks with Start Date =< Current Date. I tried setting this condition but it doesn't seem to work:
convertFromUtc(items('Iterate_through_tasks')?['startDateTime'],'Singapore Standard Time','dd-MMM-yyyy hh:mm tt')
is less than or equal to
convertTimeZone(utcNow(),'UTC','Singapore Standard Time')
The flow runs smoothly once I remove the date condition.


Report
All responses (
Answers (