This is my Excel table:
This is the Flow:
When I test it, the logic test of the condition always returns "FALSE":
WHY????
Solved! Go to Solution.
Because it gets converted to json. Use
string(1)
in the right side of the comparison
Hi @WebPortal
Try to convert the excel value to integer using int() expression.
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi @WebPortal
I couldn't see that in the screenshot you provided? You are not converting to integer. Are you saying that you tried to convert to integer and its not working?
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogOr try to convert the 1 into string, instead of 1 put there '1'.
The column "Numero" is an integer in Excel.
In Power Automate I'm getting that column for the 1st part of the condition, how (and why) am I supposed to FORCE IT AGAIN an integer?
Thanks
Because it gets converted to json. Use
string(1)
in the right side of the comparison
Hi
I have tested this now. If you convert to int() it should work as expected. Below the expression I used is
My test result
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blog🙂
Thanks, this is too bizarre to me..
SELECT * FROM
WHERE this == that
Has been invented some 40 years ago, and it always worked!
Anyway, I'm trying the zen mode and to learn something new, thank you so much!
@abm your solution also works, athough is more complicated.
Thank you for your help!
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
26 | |
25 | |
23 | |
23 | |
21 |
User | Count |
---|---|
62 | |
44 | |
40 | |
29 | |
27 |