Hi,
Is there a way to use the disable rule where it only works after certain amount of characters are inputted?
I currently have it like this:
When any of the following is true -> variable -> is not blank
When I type one character, it automatically disables itself.
I'm working with a collection and I've also tried Display Options: Previous data or new lookup data will be read-only, but user-added sets will be editable.
What ends up happening is that the same field in the other rows become read-only after one submission.
I'm using the collection to store each week's actions from users.
The disable rule within the collection's variable impacts only the row where there is input. Row 2, 3, 4, 5 are untouched. So, the disable rule is the most promising. It may not be possible to do what I'm asking but felt compelled to ask.