Hello!
I have a power app containing a form connected to a share point list and a submit button where I submit the form and put it in view mode. Some of the fields are required and I want to highlight them when I press submit and the field is empty. I don't want a notification, I want the error message of the data card to show the error, but that doesn't happen for me. I've seen tutorials and other posts where the form is not submitted unless all the fields are completed, and for every field the error message displays the error text. However, when I click on my submit button, the submit of the form is not done and it goes into view mode directly so it basically does nothing, and I receive a notification with the error: "An entry is required or has an invalid value". I checked for my error message properties, but it seems all of them are like the ones I see in tutorials and other posts:
Text: Parent.Error
Visible: Parent.DisplayMode=DisplayMode.Edit
Display mode: Edit
Can anyone help me?
Thank you!