RANDOM

Returns a random number in the range specified.

Syntax 

RANDOM(min, max)

Usage examples 

Example 1

Returns an random number between 1 and 10:

Input

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

Formula

RANDOM(1, my_action.message)

Output

7

Sample Actions 

Event transform
My Action
Event transform
RANDOM

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?