Hello everybody:
I'm trying to compare 2 values in a message and i would like to show both with a number format.
I am using:
and i get:
Is there any way to do what i want?
Thanks in advance.
Jon Marquet
Solved! Go to Solution.
So, to understand, you want to get 9680,00 to 9680, correct? We want to format %CurrentItem[Importe]%?
The command you are looking for (in English) is Truncate Number. So, it would look like this before your message box:
Truncate Number %CurrentItem[Importe]% Round 0
The syntax for Truncate number can be found here: https://docs.microsoft.com/en-us/power-automate/desktop-flows/actions-reference/variables#truncatenu...
This should get you the whole number format. Be sure to replace the variable in your message box with your new truncated variable. Best of luck!
Hi Jon,
Assign %CurrentItem['Importe']% to the variable and try with that variable.
I hope above will help you.
So, to understand, you want to get 9680,00 to 9680, correct? We want to format %CurrentItem[Importe]%?
The command you are looking for (in English) is Truncate Number. So, it would look like this before your message box:
Truncate Number %CurrentItem[Importe]% Round 0
The syntax for Truncate number can be found here: https://docs.microsoft.com/en-us/power-automate/desktop-flows/actions-reference/variables#truncatenu...
This should get you the whole number format. Be sure to replace the variable in your message box with your new truncated variable. Best of luck!
Hi Jon,
Assign %CurrentItem['Importe']% to the variable and try with that variable.
I hope above will help you.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.