Syntax
AND(value1, value2, ...)
Usage examples
Example 1
Input | 1 { 2 "my_action": { 3 "value": 5 4 } 5 } |
Formula | AND(my_action.value>1, my_action.value<100) |
Output | true |
Example 2
Input | 1 { 2 "my_action": { 3 "value": 5 4 } 5 } |
Formula | AND(my_action.value>10, my_action.value<100) |
Output | false |
Sample Actions
Event Transform
My Action
Event Transform
AND
Event Transform
AND
Select an Action to inspect.
You can also click "Copy Actions" and paste them in your Tines Story to see how they work.