How can we set the logic for the dates to be triggered on (26th to 10th)

Vijay-2791 151 Reputation points
2023-01-06T09:49:51.463+00:00

How can I set the logic app to trigger monthly in (26th to 10th) using condition action

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,318 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,796 Reputation points
    2023-01-12T04:48:57.15+00:00

    @Vijay Thanks for reaching out. You can use dayOfMonth(utcNow()) as function expression in your condition statement and check if today's only date part is less than or equal to 9 and greater than or equal to 26. If the control evaluates as true, then perform your workflow, otherwise terminate it. For more details refer to the function reference guide in logic app and control action document.

    In case if you are already using this condition and your logic app workflow is not getting trigger then please review your run history and trigger history to verify individual action output and debug your workflow.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.