Hello @Shreyash Choudhary ,
Thanks for the question and using MS Q&A platform.
As I understand, you need to use Copy Activity REST API connector, and want help with pagination. Your situation sounds just like this example, where each requests increments on fixed amount, and the stopping number is not known.
My concern is an off-by-one error. By your example,
offset | records retrieved
0 | 0,1,2,3,4,5,6,7,8,9,10 -- 11 records
11 | 11,12,13,14,15,16,17,18,19,20 -- 10 records
21 | 21,22,23,24,25,26,27,28,29,30 -- 10 records
did you mean offset should really start on 1?
also one issue i noticed is i have a data column coming from rest api , that columns contains "A" or sometimes empty when i fetching data this column is not coming so i need to manualy map it in mapping, this is the problem /issue i faced
I don't understand, could you please give a couple examples?
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