Hi Community,
I have built an app with some On Failure messaging to notify the user if any mandatory fields have not been submitted to SharePoint.
Run operation is functional, but there are two issues I would appreciate further assistance...
1. Labelling.
PowerApp takes the labelling of the SP columns and removes all spaces:
SP view:

App view of one of the controls:

Is there a more user friendly way to get the Field error message to display 'Quality of Education Strengths' with spaces?
2. Error handling is not completely fool proof.
If the user adds text into the above control, the red boundary correctly disappears and the user can submit.

The submission correctly updates the SP column.

The On Success form appears and the user can navigate back to the App interface.
If the text is removed from the control however, the red boundary line and error message does not re-appear and the app allows the user to submit again with an On Success...
Only when the the text is removed a second time does the On Failure screen appear, and the App control red line again.

The On Failure Error message lags real time by one action. How do I synchronise these?