Hidden Conditional Logic not working

Hi Guys,

in the hidden field of a list view I use this bit of code:

{{participants_view.data[i].cert_file === "0" }}

Works just fine, but the very first element of the list-view that should be hidden is never hidden.

Anyone got an idea about it?

Thanks in advance.

Hi there,

Thanks for reaching out to us! Is it possible to provide an app export or some version of the data you're using to create this logic here?

I was unable to reproduce this with the Demo data.

When using {{listView1.data[i] === "Fluffy"}}

With that logic, the first container is hidden (you can see the grey bar behind Whiskers). I'm curious about your setup here!