Syntax
CONST_EQUALS(string1, string2)
Usage examples
Example 1
Input | 1 { 2 "my_action": { 3 "input": "secret_token", 4 "expected": "secret_token" 5 } 6 } |
Formula | CONST_EQUALS(my_action.input, my_action.expected) |
Output | true |
Example 2
Input | 1 { 2 "my_action": { 3 "input": "wrong_token", 4 "expected": "secret_token" 5 } 6 } |
Formula | CONST_EQUALS(my_action.input, my_action.expected) |
Output | false |
Sample Actions
Transform
My Action
Transform
CONST_EQUALS
Select an action to inspect
You can also click "Copy actions" and paste them in your Tines story to see how they work.