Question:
When setting up a condition in a DocuWare Workflow, how can I check if a text global variable is empty?
Answer:
From the condition step of your workflow, you can use the following arithmetic expression to search if a text global variable is empty.
GV_Variable = "" OR GV_Variable = NOTHING

KBA applicable for both Cloud and On-premise Organizations.
