on 2024 Dec 04 12:58 PM
Hi Team,
I am working on a process where we create an Action Project and use a destination to get the cost center data from an API.
The action works fine, but there is a large amount of data available, so I am unable to get all the data. I am receiving a timeout error. We can provide inputs such as filtering for the top records, but I want to retrieve all the data. I have read about pagination in the SAP help documents, but I am a bit confused about how to implement it.
I am using this data in form creation and approval workflows for dropdown fields.
It would be greatly appreciated if anyone could help me with this.
Thank you!
Request clarification before answering.
To use API pagination in SAP Build Process Automation, set up an API call with pagination support. Use a loop to fetch data from each page until all results are retrieved. Store and process the data, checking for a NeXT Page or similar parameter to continue fetching. Use the http Request action to handle the API calls and manage pagination efficiently.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
53 | |
6 | |
6 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.