Creating a filter / expression

Hi all,
I’m looking to create a filter that if a text input has 5 or more digits, don’t continue. How would I set this 5 digits filter please?
Thank you!

Create a regex that take the digits out only then use the function length() on the output

3 Likes

Here’s a screenshot

Screenshot_2024-03-13_090318

Hope this helps!

3 Likes