Outbound REST Message Pagination
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi Folks,
Good day!
I'm integrating a third-party application. In the response I'm getting around 2 lacs record at one run.
How to process these many records or how to do pagination. I have created a custom action through which I'm calling my rest message and using JSON parser step to parse the response.
And then calling this action to a flow which will runs daily and ingest data to a table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Is this a one time activity to pull these many records or you expect this high volume on daily basis ?
I would recommend to import the records initially using import sets and do a delta load on daily basis for new/updated records from third party application to ServiceNow rather than bulk upload on daily basis. If it is mandatory to use Flow Designer, look at option of data stream rather than custom action.
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan