Syntax
ABS(number)
Usage examples
Example 1
Input | 1 { 2 "my_action": { 3 "message": -17 4 } 5 } |
Formula | ABS(my_action.message) |
Output | 17 |
Example 2
Input | 1 { 2 "my_action": { 3 "message": 4 4 } 5 } |
Formula | ABS(my_action.message) |
Output | 4 |
Example 3
ABS will also work on text that only contains a number.
Input | 1 { 2 "my_action": { 3 "message": "-19.86" 4 } 5 } |
Formula | ABS(my_action.message) |
Output | 19.86 |
Sample Actions
Event Transform
My Action
Event Transform
ABS
Select an Action to inspect.
You can also click "Copy Actions" and paste them in your Tines Story to see how they work.