Hello everyone. I’m stretching my abilities with this one and would welcome any advice you may have to offer. I’m working on building a model using an API web query to a medical practice app. Not too difficult except that the returned data is paginated with only 50 rows being returned for each page. I’ve found quite a lot of help in github for the app in question but am not versed in PQ enough to make sense out of the errors I’m getting.
Happy to provide the script I’ve developed thus far if anyone is interested. It works, mostly…
This is proving to be more complicated that I first anticipated. It’s a REST API query that needs to identify each page of data returned by the API then expand/combine into a single table. I have made some progress but have not solve for the page issue yet. I will post more when (or if) I do.