RANDOM
Returns a random number in the range specified.
Categories: Numbers
Syntax
RANDOM(min, max)
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
Select an action to inspect
You can also click "Copy actions" and paste them in your Tines story to see how they work.