Weird "and" result

Hi,

I've made the below "and". The weird thing is both of the two part is result in true while the result of this whole and is false. Can you help to guess what is wrong?

Best Regards,

Whitney

How about removing this "true" equivalence, its not required, maybe not matching with the returned True

image

This is your assumption? Can you prove it?
What is the value of the response content?

Taifun

You're very right. After I removed it, it works. But I can't figure out what is wrong, cos as I checked, it seem the returned true is also in downcase letter.

we might be able to help... to do that we need some information... in your case the response content preferably as string and not as screenshot...

Taifun

App Inventor has a corresponding boolean block. We do not use a text block for this.

1 Like

Yeah, I also noticed that. so I guess that answered my question. But curiously, what is the difference between the boolean block and text block? Is it because boolean block is actually in boolean format?

Something like a boolean block - true, a text block - "true".

Thank you