I'm making a call to a REST API (Jira in my case). It has a restriction where it will only return 50 records at a time.
When my PowerApps starts up my call looks something like this
ClearCollect(myJiraData, JiraCloudConnector.GetIssues("[JQL Query]"));
This returns me back the first 50 records and the totalAmount that are there (in my most recent case 496).
I want to be able to get the first 50, then the next 50 and so on and store them all in my collection myJiraData.
What's the best way to do this in PowerApps ?
I can add a separate parameter to my REST call to tell it which record to start reading at, so that's not a problem.
Solved! Go to Solution.
User | Count |
---|---|
170 | |
95 | |
77 | |
72 | |
59 |
User | Count |
---|---|
215 | |
166 | |
97 | |
95 | |
74 |