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
From "Search for action", enter "Cut off numbers".
Set the parameters as follows
Parameter name value Numerical values 3.1454 operate Get a decimal part By execution, a value below the decimal point (in this case 0.1454) is obtained.