Calling another workflow using customized path - Logic App Standard

Mike Lee 247 Reputation points
2023-07-05T15:28:01.8166667+00:00

I have a workflow (workflow 1)configured in Logic App Standard that uses a relative path (e.g. /account/{accountid}). I'd like to call workflow 1 from another workflow in the same Logic App standard (workflow 2).

When I add the Workflow action Invoke a workflow in this workflow app I don't see any option to modify the path when I call workflow 1 to supply an accountid. I only see the options to specify a Header and Body.

Does anyone know if this is possible? Or would I need to use a generic HTTP action to call the other workflow?

Thanks,

Mike

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2023-07-06T07:45:24.9866667+00:00

    @Mike Lee Thanks for reaching out.

    Unfortunately, you cannot pass the {accountid} value using the Invoke a workflow in this workflow app.

    Either you need to use the HTTP action rather the Invoke a workflow in this workflow app action or pass the value in body and use the body to get the accountid value.

    Let me know if you have any queries or concerns.

    Please "Accept Answer" if the answer is helpful so that it can help others in the community.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.