I am editing a form for a sharepoint list in PowerApps. I want to add additional validation to my form but i cant work out how to stop the form being able to be saved?
At the moment i have set the Text property of the error message like this:
If("For Sale" in DataCardValue2.Text, "dont use for sale", Parent.Error).
This works - the error shows if they use For Sale and also shows the standard error if the field is empty (its a required field), but the user can still save the form in the first instance.
cheers