Hi
I want to evaluate the length of a string so that I can change the call flow dependent on the length of the phone number that's detected.
E.g. Calls from
Calling Number | String Length |
1234 | 4 |
17798 | 5 |
01782123456 | 11 |
Once the length of the variable is set, I can run it through in if statement - I'm just not sure of the expression to use to get the length.
Thanks!