
Announcements
How to use Raise to or power function in Power Automate desktop to get square root or cube root of a given no which is dynamic
i am taking input from user
i convert text to number
than for Power of 2 for square and 3 as cube how can i acheive that
i want output as like this
enter no: 3(input by user)
Square of this- 9
Cube of this- 27
Hi @suraj_8
You can try this way
square
cube
a is a integer variable here
if you want high number with higher power , better to use loop actions 🙂
Kindly mark it as solution if it helps