Fix issue with input
# 🤝help
w
i wanted to extract phone numbers, but its taking a 9 digit number as an input, is there any way to fix this such that it accepts only 10 digits?
c
You could do a user raw input card followed by a code card and an expression card for if the value is not 10 digits to redirect them to another input message.
w
okay let me try that and get back
its working thank you so much