How to configure the validation message for a field vFlow

How to configure the validation message for a field vFlow?

6 Likes

We can configure the validation message on the following validations -

  • Regex Match
  • Mandatory
  • Min Value
  • Max Value
  • Min Length
  • Max Length

If any of the validations becomes false we can show the individual error messages for these validations.

Here I have putted a error message on Regex, if the regex is false we will get error message.

5 Likes

We can configure the validation message on the following validations -

  • Regex Match
  • Mandatory
  • Min Value
  • Max Value
  • Min Length
  • Max Length

If any of the validations becomes false we can show the individual error messages for these validations.

Here I have putted a error message on Regex, if the regex is false we will get error message.

25 Likes