Hello @Fluna ,
Thanks for the question and using MS Q&A platform.
As I understand you are having trouble in your pagination because your dataset is parameterized to need a value, but you can't get that value until the first response.
I believe we can work around that. We will change how you pass the parameters.
From the dataset, remove the {next} from the concat instead we will leverage the native queryParameters behavior.
In the queryparameter rule, the { } around {next} tell it to look in dataset or linked service for a place to substitute. If we exclude the { } and use next
, it should, to my understanding, add next to the query parameter string once the value can be filled. Since you are using body, it won't be filled until the second call.
Please do let me if you have any queries.
Thanks
Martin
- Please don't forget to click on
or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
- Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators