I want my action to run upon the condition IF current month is less than or equal to February.
I tried utcnow('MM') is less than or equal to 02 but it won't work.
Getting the error message that they dont match the correct format. How do I add `02` as a month format? Month('2') does not work.
perfect, thank you!
Hi @jhuynh,
You could take a try to enter the expression in the Condition as below:
@lessOrEquals(int(utcNow('MM')), 02)
I have made a test on my side to create a flow as screenshot below:
Because the current month is June, the June is greater than February, so the result of the Condition should be false,and the flow should run successfully as below:
Please let me know if your problem could be solved.
Best regards,
Alice
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