Get Last Run Array
Overview
Get Last Run Array retrieves and combines array outputs from the last run of selected nodes, using a main array as the structure for the result.
Input
Main Array
string requiredSelect the main array. This array defines the structure of the output array.
Allow different array object structures
booleanIf enabled, additional arrays may use a thinner object schema than the main array: missing properties are filled with defaults ("" for string, 0 for number, false for boolean, [] for array; nested objects filled recursively), and extra properties on additional items are dropped. Shared property types must still match. Different item kinds (for example array[string] vs array[number]) are never allowed.
If disabled, additional arrays must be compatible with the main array shape (additional must cover the main schema).
Default: false
Additional arrays
array requiredAdditional arrays to include with the main array. Shown after the main array type is resolved. At least one additional array is required.
Output
outValue
arrayResulting array. Item type follows the selected main array.
Array Size
integerNumber of items in the result array.