function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Balagopal GBalagopal G 

If i have to create 1000 records and for each records i need to check / retrieve some information from an API (resides in another server ), how will automate it.

There is a requirement to insert a record in custom object and then on button click it retrieve some information from an API which is outside salesforce and stores in the custom object.

Is it possible to bulkify the Process, like collection of record data , processed one by one (for each record need to retrieve information)and stored and process runs in backround.

Is there any way to automate it for bulk records?!.