I have a button that will appear when I have fields that are changed. I'm trying to have the button disappear after it is pressed but reappear when changes happen.
My button Visible function now:
If(!IsBlank(PassInput) Or !IsBlank(ExitInput),true)
So my button will appear when those fields are not blank.
How do I go about this?