Variables

Variables are built-in values related to an item in a list.

Variables Quick Reference

current

Returns the value of the current item in the list function.

Accepts
Returns
Syntax
current

Learn more about current →


index

Returns the index of the current item in the list function, starting from 0.

Accepts
Returns
Syntax
index

Learn more about index →