Hi Guys,
I have a power app featuring a gallery with a collection as a source.
Each row on the gallery has some input boxes and 2 icons (icon_save and icon_success).
When a user presses icon_save, I would like to make the following changes:
icon_save.visible=false
icon_success.visible=true
I have tried adding this code to the icon_save 'on select' property but it does not work 🙄