Can i do a field validation using microflow

0
currently i am using regex to validate a field, but the patterns keep growing and i need to keep adding more patterns to the regex. is there a way i can do the validation using microflows ?  
asked
2 answers
3

Yes, you can do it using microflow.

for eg;

answered
0

Hello John,

In the microflow you can use validation feedback activity to do the validation .

answered