I need to pass the session ID from the HTTP1 to HTTP 2:
As u can see we are getting the session ID from the HTTP1 same session ID I need to pass in HTTP2 dynamically.
How can I achieve this:
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:
You can use following syntax to read the value from HTTP1 and pass this value directly in HTTP2
body('HTTP')?['sessionId']