Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have connected to rest api and i have url i am trying to pull all the records via pagination .
not sure how to do that please help
ex- table 1 has
id, name , user-name
i need all the records till the id is null
or if we can use autonumber and recno funtion to get all the records please help
@ritumishra01 - The method of pagination to use will depend on the API you are connecting to, but this link has some practical examples, including with a Custom method, in addition the explanation of each option.