While fetching data from rest api (shopify API) in data flow, how to loop to next pages
Prakatheeswari
20
Reputation points
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.
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.
Sign in to answer