At

Description

Get a value from an array at a specified index. The result is the value at the specified index.

Event Options

Variable

The array you wish to get the value from.

Index

The index of the value in the array.

As

The value found at the specified index.

Example

Variable

[1, 2, 3]

Index

1

After running the event with the above options, the As option will be contain 2.

Last updated