Skip to main content

Get below the decimal point of certain numbers

Power Automate Desktop offers a wealth of action to get data from web pages and on -premises software.

If you search for action, you can often do what you want to do with drag and drop.

However, when you want to shaped the acquired data, it is often difficult to reach the itchy place.

This time, I will explain how to get less than the decimal point from the numbers obtained from the web page or specific program of on -premises software.

implemented with copy and paste

Copy the following code and paste it on the edit screen of Power Automate Desktop to add the target action.

Variables.TruncateNumber.GetDecimalPart Number: 3.1454 Result=> TruncatedValue

Operate and implement Power Automate Desktop

  1. From "Search for action", enter "Cut off numbers".

  2. Set the parameters as follows

    Parameter namevalue
    Numerical values3.1454
    operateGet a decimal part
  3. By execution, a value below the decimal point (in this case 0.1454) is obtained.