not getting third party data at once through integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2025 11:54 PM
Hi All,
I have integrated ServiceNow with third party system and calling this integration through Ui macro, integration set up properly but i am not getting data at once if there are 200 records in the third-party system in ServiceNow we are getting like 30 records and then loading the table where updating the records next reload 45 and next reload 57 like this . is there any way i can get this data at once
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2025 12:23 AM
In third party system data is available in pagination and the type of API is rest api and configure this through custom action in flow and through the subflow creating the records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2025 12:49 AM
how is the JSON looking like?
Is it huge JSON file?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2025 01:07 AM
is not huge only 15 key pair values are there in JSON response but records which we are receiving are in huge number like 500 and 600
and JSON is array of object format
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2025 01:09 AM
its not huge only 15 key pair values are there in JSON response but records which we are receiving are in huge number like 500 and 600
and JSON is array of object format
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2025 02:12 AM
since you said from postman you are getting complete JSON, then some config issue in flow or subflow or action
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader