Ok guys, I seriously have 0 clue what I'm doing wrong here. I have an email that I've parsed out with various fields. One of these fields is a Quote Amount. I have an additional condition that counts levels based on the quote amount that works fine when I don't have a decimal in it. Now if there is a decimal everything is broken for reasons beyond me. I figured it was automatically converting it to an integer because of the decimal, but when I condition without the int() function I get a string error and if I condition without it I get a string to integer error. HELP!
Solved! Go to Solution.
use float to typecast instead of integer
Integers dont work with decimals
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
use float to typecast instead of integer
Integers dont work with decimals
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
ANDDDDDD this is the downside to self-learning, you miss some of the basics. Thank you!
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
13 | |
12 | |
11 | |
7 | |
6 |
User | Count |
---|---|
20 | |
16 | |
13 | |
10 | |
9 |