1
votes

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.

2

2 Answers

1
votes

"When a HTTP request is received" trigger is used to request the url to trigger the logic app, but not as a "schedule" triggered every a while. We can just trigger the logic app by request the url manually (such as in postman, shown as below screenshot).

enter image description here

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