'And' node is not working

I have a project, where I’m trying to filter out my Views to put them to Sheets automatically.
Anyone has an idea, why is my ‘AND’ node not working in this example?
Both of my bool lists has the same length, and none of them has null values.

Try the && node. The And node is not design to work with lists like that.

Yes, that worked! Thank you!