I am trying to create a pop up based on whether all mandatory fields in a form are completed or not. If they are not all completed, i want the pop up to become visible. I have the below formula entered in on the "onselect" control for the button, but it is not working to show the pop up I have created. Error code pasted below as well.
If(Form1.Valid, SubmitForm(Form1),Group1.true));
Navigate('Submit Confirmation Screen', BorderStyle.None)
