RANGE

Returns an array of numbers with the first value equal to start and the last value equal to end.

Syntax 

RANGE(start, end)

Usage examples 

Example 1

Input

1
{
2
"my_action": {
3
"message": 10
4
}
5
}

Formula

RANGE(7, my_action.message)

Output

1
[
2
7,
3
8,
4
9,
5
10
6
]

Sample Actions 

Event transform
My Action
Event transform
RANGE

Select an action to inspect.

You can also click "Copy actions" and paste them in your Tines story to see how they work.

Was this helpful?