Each time I attempt to save my evaluation without filling in the mandatory name field, I receive a notification. I dont really know how i could remove / change the field.
Hi Lan,
This message come because in false condition of form.valid you show this message. if you not want to display this message remove the false condition.
Hello,
Can you please confirm if you need to make this filed optional?
If yes, so in service studio open screen and select this input field then from properties change Mandatory to fasle
Hi Christopher Lam,If you want to remove the notification "Navigate to another screen or implement the required logic." then remove it from the false condition. Your form is not valid hence you are getting this notification as well.
What I understood is, Splere Naam is a mandatory field. If you do not fill, definitely you will get built in error message. This is expected behavior. If you do not want to get an error message then you need to make that filed as non mandatory.
Else you can set No to Buil-in Validation of save button.