Hi there,
We've got a client that has a roll number field with a constraint of \d\d\d\d-\d\d\d-\d\d\d-\d\d\d\d\d
With the hyphens in there, if a document does not have the roll number filled in, it shows up in the field as:
- - -
I believe workflow is confused with this because it seems that it thinks the field is not empty. We have a workflow that is linking documents to other documents in the repository that have the same roll number in common. With trying this out, it creates thousands of links under one document and there is nothing filled in on the roll number. We have the conditional sequence to only run if the roll number is not empty. So we also tried matching a regular expression instead, but both are giving us the 3000 links.
What am I missing or doing wrong?