CreateBatchAdvanced_InvocableLearn how to use CreateBatchAdvanced_Invocable to create a highly customized MergeUp Batch.Jan 27, 2025Knowledge
InformationArticle BodyCreateBatchAdvanced_Invocable Overview This class allows users to create MergeUp Batches from CreateBatch_Globals.CreateBatchAdvancedParams objects. Methods global static List<CreateBatch_Globals.CreateBatchResponse> createBatchWithIds(List<CreateBatch_Globals.CreateBatchWithIdsParams> params) Create a MergeUp Batch for each CreateBatch_Globals.CreateBatchAdvancedParams. Parameters params → List<CreateBatch_Globals.CreateBatchAdvancedParams> A list of CreateBatch_Globals.CreateBatchAdvancedParams 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. TitleCreateBatchAdvanced_InvocableURL NameCreateBatchAdvanced-Invocable