Hi all,
I am new to PowerApps and I'm trying to add some data validation into my form entries.
There are certain fields in my form which are required for the form to be submitted.
I have managed to get the error message to come up if the required field is blank, but the error is showing constantly. I only want the error to show if the user tries to submit the form with the field empty.
Please see below.
The fields that are required - but the error is constantly showing
This is where I changed the required field.
I also have a confirmation pop up after clicking the submit button to confirm the user wants to submit the entry, so the error would have to show up after this.
The submit button onselect -
The confirmation popup onselect if yes -
The confirmation onselect if no -
Thank you in advance.