'First item is empty' conditional broken?

Hey everyone

I’m bumping into a weird one today and would like to know if anyone else is seeing the same thing or if I’m having some kind of brain-fart.

I have a custom dropdown (that is, a group + group focus). In that group focus, I have a RG displaying a list of Projects (data type), and an ‘Empty’ group supposed to be displayed whenever the RG’s first item is empty:

CleanShot 2024-04-06 at 00.17.56

The group ‘Empty’ is hidden by default, and only visible when the list of Projects’s first item is empty:

CleanShot 2024-04-06 at 00.21.01

However, as you can see in my first screenshot, the group ‘Empty’ is visible even though the RG Projects’s first item is not empty.

When I replace first item is empty by count is 0, the group ‘Empty’ is not visible, and everything looks fine.

CleanShot 2024-04-06 at 00.23.11

Anyone else? Or was there an update on this that I’ve somehow missed?

This topic was automatically closed after 14 days. New replies are no longer allowed.