I'm struggling with using a saved search condition inside a workflow action. For an example, let's say I want to warn the user Before Submit if their sales order is missing its shipping address. It's a complex shipping configuration, so I don't know in advance if the order will have Line level or header level shipping. I have a saved search (using summary criteria) that correctly identifies sales orders missing the shipping address. I want to use this search as the Saved Search Condition on a Show Message action, so that the user is prompted to fix the issue. However, the message displays on every single before submit, even when the Sales Order does not appear in the search. Any ideas? Am I missing something about how SS conditions behave within an action? I'm very familiar with using them for scheduled workflows.