We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Loading records into import set table

samadam
Mega Sage

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?

6 REPLIES 6

OlaN
Tera Sage

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?

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

Is that API for rest using any pagination?  If so, probably you may need to use offset / try using data stream action.

 

Thanks,

Narsing

samadam
Mega Sage

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.