Hi there,
I would like to hide an icon based on this formula:
CountRows(Gallery1.AllItems) = 0
So this means if the gallery is empty the icon won't be visible.
The problem is: In my gallery I have some fields that the default = "false" or "true"
But there is no data in my gallery. And still showing the icon as visible.
How can I skip this?
Thanks in advance