Hello all,
I've done this before without much issue, but for some reason I can't seem to get it working now.
I've got a gallery with a few records, each item in the gallery has a check box. when I check the checkbox I want a button on that gallery item to appear.
This is what I've got now on the Button for the Visible property:
If(Checkbox1_3.Value = true,true,false)
This works unless I click on anything else, if I click anything else suddenly ALL the items will start displaying their hidden Button instead of the item I initially selected.
Any ideas?

Report
All responses (
Answers (