How to create a single Logic App for when a HTTP request is received

Raj D 586 Reputation points
2023-04-14T03:07:27.59+00:00

Greetings!!! I am trying to explore the option of creating a single Logic App with multiple workflows when a HTTP request is received with different Request Body JSON Schema. Can this task be accomplished in a single Logic App? Thanks in advance.

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

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,611 Reputation points Microsoft Employee
    2023-04-18T00:50:33.88+00:00

    This is possible. You could simply not set a request schema on the trigger, allowing the Logic App to be triggered with any payload and you could later use the Parse JSON action within a Switch Control after identifying based on a logic that works for your use case.

    0 comments No comments