Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Faf4a committed Oct 18, 2024
2 parents c4525ce + b9fae45 commit f49afae
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: $ForEachObjectArray
description: $arrayForEach will execute an awaited command for each item in the object array.
id: ForEachObjectArray
title: $forEachObjectArray
description: $forEachObjectArray will execute an awaited command for each item in the object array.
id: forEachObjectArray
---

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

## Usage

```aoi
$ForEachObjectArray[name;property;awaitedCommand;endCmd?]
$forEachObjectArray[name;property;awaitedCommand;endCmd?]
```

## Parameters
Expand Down

0 comments on commit f49afae

Please sign in to comment.