I have a relation column that relates data in that sheet to an array column in another sheet. I have a component set to visible if that relation column has any data in it. But it’s not working. The component stays invisible while I have that condition on it, even for data rows (in this case users) who have no data in that relations column.
I have another relations column in the same sheet which is relating to a single (non-array) column in another sheet, and another component with visibility condition on that relation column works perfectly fine. Turns on or off depending on whether the Relation recognizes any data.
So I’m guessing this is a bug with the visibility filter and relation columns when they are linked to array columns