toString in Microflow exppression

0
I want to check the phone number length in form validation. When I try to do that in the microflow expression there is an error. 
asked
1 answers
0

Alekhya,

The toString function is not available for Form Validation.  There is a built in email validation that may work for you.  Also, if your attribute is of type string, you don't need to use the toString function.

Mike

answered