Array Batch Module
We’ve introduced a new Array Batch module designed to give you control over the size of arrays processed in your flow. If your data source sends arrays with unpredictable record counts, this module lets you split a large incoming array into smaller, manageable batches by defining the desired size. Beyond batch control, it also helps with debugging by enabling message printing when arrays are too large to display in full.
Tip: Keeping smaller messages usually results in better performance and lower memory consumption.