How to modify the page number within the nested request body in no code builder? #48878
Unanswered
shishank-bsc
asked this question in
Connector Builder
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have added the request body like this.
Property Named 'requestBody' has a value like this:
{ "orderNo": "", "fromDate": "24/10/2024 00:00:00", "toDate": "25/10/2024 00:00:00", "statuses": [], "pageNumber": "28", "order_Location": "", "fulfillmentLocation": "" }
Now I want to update the pageNumber here to get the data for next page.
My response has the number of totalPages and the currentPage. It looks like this:
{
"responseCode": 0,
"responseMessage": "Success",
"totalOrders": 4201,
"totalPages": 43,
"currentPage": 28,
"orderList": []
}
I can also share the curl or full response schema if that helps. Please help with this.
Beta Was this translation helpful? Give feedback.
All reactions