Hello.
I have a PowerApp with a form that I submit. I then have a gallery including the submitted forms. I am able to open them and edit them by patching the values with new values by clicking a button.
My problem is that I want to show a button based on a single Yes/No value in that table. In the Visible tab of the button I want to show, I have an If() statement that sets the value to true/false based on the value of the column.
I have tried to ResetForm() in the OnSelect of the button that I use to Patch() these values, however, the button is always visible, even though I can see the value change in the table.
How can I make this button show/hide upon changing this single value?