Trigger a Workflow From Another Workflow

I have a Logic App in Azure and that Logic App has 2 workflows in it.
I am trying to trigger the 2nd Workflow from the 1st Workflow.
How do I do that, please?

Please do NOT just post a URL with a document, if I wanted that I would Google it myself, as indeed I have already. I just need some simple explanation as to how to trigger 1 workflow from another IN THE SAME Logic App.

Thank you very much!

Have added “Invoke A Workflow From This Workflow App” to the end of the 1st workflow, and have specified the workflow that I want to trigger.
Received message that I need to add a “Request Trigger” instead of a “Recurrence Trigger”. I have no idea what to do after that point, or how to construct the JSON to allow for this.

  • 1

    This doesn’t make complete sense … “how to trigger 1 workflow from another IN THE SAME Logic App.” … what do you mean by “the same”? Is this LogicApps standard or consumption? To trigger another LogicApp, the trigger needs to be “receive a HTTP request”

    – 




  • 1

    Also, it’s our perogative to provide links to documentation. That’s what documentation is for. Why reinvent the wheel?

    – 

Leave a Comment