In Azure Logic Apps I am trying to get Teams ID after creating it from the HTTP request. I then used Compose and Parse JSON to see the results.
The outputs will look as follows (shortened version):
“body”: { “Location”: “/teams(‘TeamsID’)/operations (‘operation ID’)”, “request-id”: “request ID”, “Content-Lenght”: “0”
The TeamsID will be different on each run so I can’t set it up as a static variable. What I am trying to achieve is to pull the TeamsID to later set it up as variable.