$forEachObjectArray
$forEachObjectArray
will execute an awaited command for each item in the object array.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
name | string | Array name. | true |
property | string | Array property. | true |
awaitedCommand | string | Awaited command to executed. | true |
endCmd? | string | Awaited command to executed when array ends. | false |