Hello,
Hope you are all good!
I have a gallery that has a checkbox assigned to it.
When the checkbox is selected the row in the gallery is highlighted using:
If(Checkbox1.Value,Color.Yellow, RGBA(0, 0, 0, 0))
This part seems to work as desired, The problem is arising when i go into my 'View info' popup that appears on selection of a 'view info' button (this screen has text input controls for updating info).
When a piece of information is updated and patched back to data source using OnChange:
Patch(tbl_Eng,Gallery1_1.Selected,{'Colleague Category':Skillset_drp.Selected.Value})
I can see when i return to my gallery that all rows are now highlighted not just the selected row.
This only happens if a row is highlighted before entering the popup and amending a textinput, it doesn't occur if the row isn't highlighted prior.
Any help with this is really appreciated, i have had so much trouble with using checkboxes i have really lost confidence with them.
Thank you
Chris