Please add a data validator workflow.
Suggested features will be the following:
1. Add validation name and set the field/s of your data you want to validate. (it can have more than one validation name on one workflow)
2. On the selected validation(name). Add features that will check/validate the information below:
A. Verify data type
B. Contains Null
C. Max and Min string length
D. Allowed values only, else it will give you an error
E. Regex expected to match and not allowed to match.
3. It can have two(2) outputs. One is True(which is match) and False(which is fail over/error).