Hello
So basically im trying to compare two columns with currency values from my sharepoint:
Column A
Column B
Im trying this condition which seems pretty simple to me. Is Yes, this is supposed to send an email.
However, my email is not being send since I get this error on my condition
Any idea on who i could fix this?
Thank you
Solved! Go to Solution.
Hi @Anonymous
Your 2nd value is returned as a string. You can try wrapping it in float() but if there are characters included, you might need to replace/remove them first in order to compare two floats.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here and like & subscribe to my YouTube Channel thanks 😉
Hi @Anonymous
Your 2nd value is returned as a string. You can try wrapping it in float() but if there are characters included, you might need to replace/remove them first in order to compare two floats.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here and like & subscribe to my YouTube Channel thanks 😉
Wow that was so much easier than I expected, it is now working great. Thanks a lot !
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.
User | Count |
---|---|
8 | |
2 | |
2 | |
1 | |
1 |