I have an Initialize variable action that initialize a float with value: div(1,3)
It always returns 0 instead of 0.3333. Is this a bug ? How do I get it to return number with 2 demical ?
Here's the screenshots:
Solved! Go to Solution.
I finally found that i have to put the 2 parameters inside a float for it to return a float number correctly: div(float('1'),float('3'))
I finally found that i have to put the 2 parameters inside a float for it to return a float number correctly: div(float('1'),float('3'))
Thank you!
This one solved my issue easily!
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.