Why is this false?

Iā€™m trying to figure out why this app is showing as false even though the conditions show as true. Can you help?

I'd suspect a malformed IF statement in your second one. It looks like an extra (F) in there.. I'd suggest editing the condition and seeing if there's a residual something or other in the IF statement that shouldn't be there.

2 Likes

Looks like you removed a condition at some point in the build -- that's the phantom "(F)" right before it says "(False)" -- remove that phantom condition and it should work.

3 Likes

That was it, thanks for the help!

3 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.