Assistance Needed for Scheduling Flow on Specific Dates

Dhanlaxmi Jayapal (Tata Consultancy Services Limi) 20 Reputation points Microsoft Vendor
2024-06-27T05:00:15.4533333+00:00

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?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,982 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    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

  2. George Chrysovalantis Grammatikos 426 Reputation points MVP
    2024-06-27T06:08:25.5633333+00:00

    Hi,

    You can schedule a flow by using a recurrence trigger with a trigger condition

    User's image

    User's image

    @@or(equals(int(formatDateTime(utcNow(),'dd')),10),(equals(int(formatDateTime(utcNow(),'dd')),20)

    0 comments No comments