Cant find validation message

1
Hi all,  When a user submits a form on our app and they trigger a validation error, they get two messages rather than one.  The first The seconds   They don’t need two, so I have been looking at how to remove one of them. I thought it would just be an extra show message action in a microflow but when I search for the first message I cannot find it.   I checked system texts as well and it’s not there.  I removed all validation to test if it was just an automatic thing that came up but that didn’t fix it.  The only other thing I can think of is that it is an automatic message that comes up when you use validation feedback as a microflow action? Does anyone have any thoughts?
asked
3 answers
1

Does your app have more than one language? Text search only searches your Modeler’s current language (Language->Current language). If so, make sure that you are searching in your Modeler in the same language in which the user receives the error.

answered
0

How did you setup the validation at first?

In a microflow? Or just on the form? 

And maybe you also have some validation setup in the enity itself? 

answered
0

Did you check the validation rules on the specific entity?

answered