Forum Discussion
ChrisChris
8 years agoQrew Assistant Captain
You can use the Length() function like so in a formula check box field.
if(
length([phone number])<10,true,false
)
RajHelaiya
8 years agoQrew Captain
I tried doing that, it does not work. Can you tell me what is the field type that you select for formula? Phone number is of field type PHONE.