Hi all,
I have a button to navigate to next screen - this works, and allows me to navigate.
I have disabled the button when my form is incomplete, as below - this works.
DisplayMode:
If(IsBlank(Category_Radio.Selected.Result) || IsBlank(Dropdown1.Selected.Result) || IsBlank(Dropdown2.Selected.Result), Disabled, Edit
However, when this DisplayMode is in place I can no longer navigate, I remove this DisplayMode criteria and again I can navigate.
So I can turn the error on and off but not sure how fix and keep the functionality I need.
Thank you