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?
I want to use the edit form as a bit of a multi-purpose form. I therefore have a button in the form that I want to make invisible when clicking another button. This other button patches the value of a given form column. Depending if this form column is yes/no, I want to show/hide the first button. However, it seems the visibility is stuck on either true or false, and doesn't change when I patch this other value.
It doesn't have to update, it's either true or false.
It still seems like the value doesn't update properly in the Visible property.
You never need an If function for the visible property. The formula is either true or false.
Datatable1.Selected.ColumnName = somevalue
Is either true or false
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional