POWER
Raises a number to the power of another number.
Categories: Numbers
Syntax
POWER(base, exponent)
Examples
Example 1
Input
1
{
2
"my_action": {
3
"message": 3
4
}
5
}
Formula
POWER(my_action.message, 2)
Output
9
Example 2
Formula
POWER(2, 3)
Output
8
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.