I have 2 dropdowns on a screen(not bound to a form)
I have a button with this current code.
If(IsBlank(Topics_Input.Selected.Result) || Subtopic_Input.Selected.Result ="<Select Drop Down>", UpdateContext({visible:false}),UpdateContext({visible:true}))
What I need:
The default value for both dropdowns is "<Select Drop Down>"
if they have not selected a value other than the default, in either one,
I need a stop to correct the mistake and make a selection.
Thanks
Dave
I

Report
All responses (
Answers (