CreateBatchRecords_InvocableLearn how to use CreateBatchRecords_Invocable to create a MergeUp Batch based on a list of SObjects.Jan 27, 2025Knowledge
InformationArticle BodyCreateBatchRecords_Invocable Overview This class allows users to create MergeUp Batches from CreateBatch_Globals.CreateBatchWithRecordsParams objects. Methods global static List<CreateBatch_Globals.CreateBatchResponse> createBatchWithRecords(List<CreateBatch_Globals.CreateBatchWithRecordsParams> params) Create a MergeUp Batch for each CreateBatch_Globals.CreateBatchWithRecordsParams. Parameters params → List<CreateBatch_Globals.CreateBatchWithRecordsParams> A list of CreateBatch_Globals.CreateBatchWithRecordsParams which will each be used to create a single MergeUp Batch. Returns List<CreateBatch_Globals.CreateBatchResponse> A list of CreateBatch_Globals.CreateBatchResponse returned in the same order as params, each one representing the results of the creation of a single MergeUp Batch. TitleCreateBatchRecords_InvocableURL NameCreateBatchRecords-Invocable