Sumon
Sumon

Reputation: 299

Can I run multiple logic app from single master logic app

Hi I have 16 logic app which load file from share point but I need to run all those separately.

Is there any way can I run all those 16 logic app from one master logic app.

Upvotes: 0

Views: 898

Answers (2)

Pushpendra Singh
Pushpendra Singh

Reputation: 1

Yes, you can run multiple child logic apps from parent logic app.

either using logic app connector to call other logic apps or HTTP calls for all logic app from parent logic app.

Upvotes: 0

George Chen
George Chen

Reputation: 14344

Yes you could, the logic app support create the "child" Logic App. Then you could call nested Logic Apps directly from Logic Appps Designer.

If you want to run them in parallel, you could choose Add a parallel branch then call child Logic Apps.

Firstly ,your child Logic Apps need to be set with Manual – When an HTTP request is received trigger. Then go to the parent logic app add an action and search Logic App, then choose the Logic Apps you want.

enter image description here

About the details you could refer to this doc:Azure Logic Apps: Call nested Logic Apps directly from Logic Apps Designer.

Hope this could help you, if you still have other questions,please let me know.

Upvotes: 2

Related Questions