How to put validations in my Form?
To provide validations to your form: You need to configure BRE.
- Go to BRE section from the left panel of vFlow.
- Provide the condition there. For example: getVal(‘userObject.USER.role’) == ‘Admin’
- Create a Task group for that and bind the BR in it.
- Create an Event and bind the Task group there.
- Map this event in the elements, where required according to the condition.