Hi,
I am using power automate to create 54 columns with calculations which include exponents, square roots, absolute values etc.?
How do I achieve the following in expressions?
- (body('Create_item')?['column1']))^2 (eg. 5^2 = 25)
- Abs((body('Create_item')?['column1'])) (eg. Abs(2) or Abs(-2) = 2)
- Sq.rt((body('Create_item')?['column1'])) (eg. Sq.rt(25) = 5)
Regards,
Aakash

Report
All responses (
Answers (