Skip to content

$forEachObjectArray

$forEachObjectArray will execute an awaited command for each item in the object array.

Usage

$forEachObjectArray[name;property;awaitedCommand;endCmd?]

Parameters

FieldTypeDescriptionRequired
namestringArray name.true
propertystringArray property.true
awaitedCommandstringAwaited command to executed.true
endCmd?stringAwaited command to executed when array ends.false