How to add validations in my form

How to put validations in my Form?

To provide validations to your form: You need to configure BRE.

  1. Go to BRE section from the left panel of vFlow.
  2. Provide the condition there. For example: getVal(‘userObject.USER.role’) == ‘Admin’
  3. Create a Task group for that and bind the BR in it.
  4. Create an Event and bind the Task group there.
  5. Map this event in the elements, where required according to the condition.
2 Likes

To provide validations to your form: You need to configure BRE.

  1. Go to BRE section from the left panel of vFlow.
  2. Provide the condition there. For example: getVal(‘userObject.USER.role’) == ‘Admin’
  3. Create a Task group for that and bind the BR in it.
  4. Create an Event and bind the Task group there.
  5. Map this event in the elements, where required according to the condition.
4 Likes