Hi,
I have a checkbox inside a gallery with a formula set on the Visible property. Based on the Visible status of the checkbox I want to do some logic in the app.
Now, the formula in the property evaluates normally and it shows/hides my checkbox accordingly, but if I try to use checkbox.Visible in other formulas looks like it is always 'false', even when the checkbox is visible on the page.
In order to test this I have added a label on the page and I set it's Text property to checkbox.Visible. As you can see below, the checkbox is clearly visible on the page, but the value displayed in the label is 'false':
Label value and checkbox visible
Label formula
My problem with this is that I have to duplicate the formula from the Visible property, adding load on the app and duplicating code... hopefully this can be looked at and fixed in the next releases 🙂
Thanks