Loading records into import set table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2024 10:14 AM
I am trying to load records into import set table but it only loads first 1000. I have around 50k records to load. Is there a setting that needs to be adjusted to load all?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2024 10:17 AM
Hi,
No, I've never heard of such a limit. Either you test a load of 20 records, or you load all records.
What have you found in the logs when the load stops?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2024 10:20 AM
I am loading the records using a rest integration. I have a script to load the payload into Import set table. I did not see any errors in logs

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2024 10:24 AM
Is that API for rest using any pagination? If so, probably you may need to use offset / try using data stream action.
Thanks,
Narsing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2024 10:37 AM
I don't have anything set up for the rest message. I am using a outbound message and get method to get all the records.