While fetching data from rest api (shopify API) in data flow, how to loop to next pages

Prakatheeswari 20 Reputation points
2024-02-22T18:49:57.22+00:00

I have a data flow and in that I am trying to fetch data from Shopify API, flatten it and then put it into my db. User's image

This is my data flow. I only get records from the source as the limit is 50 per page. In header I have link which has url for the next page, it has page info and rel = 'next'. So I have call this url untill the rel gets the value 'prev'. Please tell me how to loop through pages and get all data in data flow.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,365 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.