Hello, I've designed a workflow that at a certain point, assigns a template to a document, then waits for the template fields to be filled out before continuing. My wait conditions are:
If all conditions are true:
Starting Entry: Field (Field) is not empty
Starting Entry: Field (Field2) is not empty
Starting Entry: Field (Field3) is not empty
When I test the Workflow, it assigns the template and then stops at the wait condition....I then fill out every field on the template and click save but the Workflow won't continue. I've even stripped the conditions down to just ONE field requirement but still it won't proceed after the condition is satisfied. Is there something I'm missing or do wait conditions not work with is not empty very well....