Back to All

Validate a number from a user.

How can i validate a number submitted by a user?
let's say i'm expecting 9 digit number, should the connection be as such:
If Response to this interaction,
contains (any part),
(keywords) 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
then go to Next?

tnx