ArrayFunction
</br> Creates a new array of populated with the results of the array function
</br>
</br>
</br>
| Name | Type |
|---|---|
| Array | <font color='#f1c40f'>Any Array</font> |
</br>
| Name | Type |
|---|---|
| Loop Item | <font color='#f1c40f'>Any</font> |
| Index | <font color='#1abc9c'>Number</font> |
| Mapped Array | <font color='#f1c40f'>Any Array</font> |
</br>
| Name | Description |
|---|---|
| Loop | Executed for every loop item |
| On Completion | Executed on completion |
</br>
A <a href="/blocks/arrayfunction/resolve">Resolve Block</a> must be used to return the value of any Array Function.