0
votes

I am trying to create small Azure Logic app which will have some order flows.I will get the message in service bus queue. I need to get the message in logic app and based upon the message content, I need to follow the further steps. The message will contain the order data as well. There will be conditional logic, let's suppose, if order type is "new", I need to call HTTP request where I need to pass the message data as body content in POST request.

I have create a service bus queue and in logic apps, added service bus trigger which will be called when message will be received in service bus queue(automatically).

I need to able to implement conditional logic but as i am newbie in this, i am not sure how to pass this data in condtional logic from message.