Hello All,
I need to perform arithmetic operations with SharePoint online list data in power automate..
It is working correctly for integer numbers, but when I try with floating values it is throwing below error.
Can you please help me with the same?
Thanks in advance.
Hey Mate @MeetBhatt ,
You might have to Round the Float number and then use it as an int -
You can find more details at https://powerusers.microsoft.com/t5/AI-Builder/Round-a-Float/td-p/317574
I am copying the formula from the above url below for your convenience.
int(first(split(string(variables('ee')),'.')))
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
45 | |
17 | |
15 | |
14 | |
13 |
User | Count |
---|---|
76 | |
38 | |
27 | |
19 | |
18 |