Is there any task for validating fields

we need to show error if the form fields is empty. I have checked the required validation but the error only shows when we click on the element then click outside.
I want that is the element is empty on load the error message is shown.
It has to be done to over 300 input elements so creating tasks or each validation in not an option

1 Like

@Abhinav_mehta : You can use Data validation task and select multiple elements in that task. It will check the validation for all the elements and provide the response accordingly. Steps and documentation is on the below link:
https://academy.vahanacloud.com/design/data-validation/

2 Likes

@tushar.jain thanks for the answer.