Search code examples
azurehttpsparametersazure-logic-appsdynamically-generated

Logic app parameter from http1 (session id) to http2


I need to pass the session ID from the HTTP1 to HTTP 2:

enter image description here

As u can see we are getting the session ID from the HTTP1 same session ID I need to pass in HTTP2 dynamically.

enter image description here

How can I achieve this:

enter image description here

The Last step is to connect the HTTP2 - to blob storage so that from the URL I get the data into my blob storage, but I am stuck in the session ID part please give some idea on that.

Have a look:

enter image description here


Solution

  • You can use following syntax to read the value from HTTP1 and pass this value directly in HTTP2

    body('HTTP')?['sessionId']