I have created an app that takes a process number as input, I tried to say it should be 4 digits long, both by length and by Pattern, but it doesn’t seem to work.
The fun part is I also tried to do that in my Queue, with a min and max lenght (patterns doesn’t seems to work in queue input schema)
I created a binding to the queue input field.
I can input anything into the field. Do you have any idea of what is wrong?