Hi, Im trying to disable the approve/reject button when the textbox is blank.
I have set the displaymode for the button as If(IsBlank(TextInput1.Text),Disabled,Edit). it seems to initially work fine.
however, once i populate the textbox and approve/reject (botton click), all other buttons get active (reset back to normal) even though the text box is blank.
Ill appreciate any insight in solving this

