Hi,
I’m working on pulling a data source in via ADF and have the connection all setup and working.
The problem I’ve got is that the API will only return a max of 50 records but does present the following in the JSON.
"paging": {
"offset": 0,
"limit": 50,
"total": 85
}
So I know there are more records there but cannot for the life of me work t the best way to have ADF cycle through and have failed to find a representative example as yet. Any help appreciated in pointing me in the right direction here.