Validation error message

Can we restrict the number of times a validation error message will appear? for example invalid email address for email prompt.

Hey @Kumara_Murali,

Currently, We cannot do this for platform validations such as Name, Email, Phone etc.

However, We can do this If we are doing a custom validation. (Example: Custom Name, Email Validation etc, By making use of Question/Store Comment Node with Custom Validation Functions).

Thanks Amudhan. So we need to write a function.

Yes @Kumara_Murali.

Through function(s) and some bot flow logic, we can control the validation times, For custom validations.