0
votes

First forray in playing with Logic Apps.

I am trying to create an App that grabs data from an HTTP API and loops untill a header value is removed.

In this test, I'm using the Freshservice API which gives me a value in the header for the "next" page

I'm trying to use the value in the "Link" to firstly check if there are any more pages, but also interested how to use that value in the HTTP URI for the next request.

I can Run my trigger which will run and load the JSON and Headers, but i'm struggling to find any information on how to refrence the header value in the requirements.

Appreciate any help or links for reading

Thanks