Azure Logic App Recurrence Trigger - Is it possible to skip triggering on weekends?

Viewed 1186

Is it possible to skip triggering of Azure Logic Apps over weekends using Recurrence trigger ? or any other trigger

Thanks Prabath

2 Answers

Of course, you can specify which days to run:

enter image description here

Maybe like this:

enter image description here

You can refer to this official document.

Related