How to type in an Absolute value

For example, I’ve made a get text activity and result is “-5”. I want to type in value 5, how to make that?

Hey @YorkYao

Use like this : Math.Abs(-5)

Regards…!!
Aksh

7 Likes

Hi @YorkYao

You can use Math.Abs function

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.