Data Steam action pagination issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 09:08 PM - edited 05-23-2024 09:17 PM
Good evening , All
I running into a very weird issue on pagination. I have a API with their payload like below:
Rest steps like below:
I have data source to load data, the page 1 and 2 are pretty normal, but in page 3, it report error. I check the execution steps, here is the screen shot from execution:
The nextpage link become:
https://abc.def.com/latest/DEVICE_INVENTORY?%24skip=1000&%24skiptoken=2%2Cae0a2629-891e-40d2-8cc4-183133f7fadd&$skip=1000&$skiptoken=3,ae0a2629-891e-40d2-8cc4-183133f7fadd
I have try many time from postman, and never see any response content like this. Postman response body like below:
I am wonder if anybody know why it combine 2 non-sense parameters together? Thanks for any advises....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 09:11 PM
Also I try in post man, the payload return like below: