AT_LEAST

Limits a number to a minimum value.

Syntax 

AT_LEAST(number, minimum)

Usage examples 

Example 1

Input

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

Formula

AT_LEAST(my_action.message, 5)

Output

5

Example 2

Input

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

Formula

AT_LEAST(my_action.message, 3)

Output

3

Sample Actions 

Event Transform
My Action
Event Transform
AT_LEAST
Event Transform
AT_LEAST

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?