POWER

Raises a number to the power of another number.

Syntax 

POWER(base, exponent)

Usage 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 

Transform
My Action
Transform
POWER

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?