Hi,
You can schedule a flow by using a recurrence trigger with a trigger condition
@@or(equals(int(formatDateTime(utcNow(),'dd')),10),(equals(int(formatDateTime(utcNow(),'dd')),20)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I need assistance in setting up a flow that runs on specific dates each month. Specifically, I want the flow to execute only on 10th and 20th of every month.
Could you please provide guidance on how to configure this schedule?
Hi,
You can schedule a flow by using a recurrence trigger with a trigger condition
@@or(equals(int(formatDateTime(utcNow(),'dd')),10),(equals(int(formatDateTime(utcNow(),'dd')),20)
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more