Hi there,
I have an app that connects to an SPO list. I would like to stop the below function happening if the required fields aren't first filled in. I would like it to stay on the current screen with the error messages tooltips for each required field (datacard)
Patch('Change Management',Defaults('Change Management'),BusinessAreasForm.Updates, AttachmentsForm.Updates, TextInputsForm.Updates, ChoicesForm.Updates); Navigate(SubmitScreen)
Right now, it navigates to the SubmitScreen screen but obviously doesn't write to the list if the required fields haven't been filled in
Thanks