In Azure Logic Apps, if we create a trigger (when HTTP Request is received) - still why can't I add a schedular to execute that trigger? In Logic apps, it doesn't allow that.
1
votes
2 Answers
1
votes
1
votes
If you want a workaround for that, create 2 logicApps:
- first with HttpTrigger
- second with schedule, and here just add Http request to your first logicApp
doc: https://docs.microsoft.com/pl-pl/azure/connectors/connectors-native-recurrence
