Default Validation Behavior

0
I have deleted the invalid data in the input box and did not enter the correct data type. When I click on other input boxes, the previous error validation information still exists, and the value also exists. How to solve this?Do I have to enter the correct value? Just deleting the value doesn't seem to work
asked
3 answers
1

Hi Yizheng, 

In order to be of help, I think you need to add some more details. Do you validate on entity level, or in a flow (under a 'save'-button, or an ‘OnChange'). where do you refresh and commit? Do you use a Rule, or check on ‘= empty’?

Greetz,

Mark

answered
1

Hi Yizheng,

Have you tried an onchange or onleave-flow. Or a vlidation in the 'save'-button?

answered
0

Hi 

You can use seperate microflow to validate the input fields and use validation feedback activity to show validation to the specific field if it fails the validation.

answered