NS Admin
05/24/2022, 6:01 PMCASE WHEN {status} != 'Complete' AND {status} != 'Not Required' THEN 1 ELSE 0 END
Thinking that I could use that as my saved search condition on the Workflow Action to decide if the Workflow Action Script runs.
e.g. If conditions met, a result is returned (Fire WFActionScript). If not, nothing is returned (DO NOT Fire WFActionScript)
However, it seems to not fire. Am I chasing a Red Herring?