Hi,
I have a form, where different hidden field appear based on information from a drop down.
Dropdown X or Y= hidden field A,
Dropdown Z = hidden field B.
I've also added the "If(BasicInfoForm.Valid,DisplayMode.Edit,Disabled)" option to the next button on my screen.
But now I can not move to the next screen, because not relevant hidden information is "required = true".
Everything is required = true, but not all the information is always relevant.
Is it possible to make the required option match the visible option?
I have followed this video when creating my app:
Multiple Screen Form Control in Power Apps - YouTube
At the end Reza creates a variable for the view and edit buttons. Probably because of the hidden mandatory field, I can not navigate in view mode to the 2nd form.
Thanks!