How can I NOT send an email when there is no output?
I run several different data quality checks on our database. Different people receive the emailed notices. But unless there in something to report, I do not want an email to be sent. I worked out a way using the Block Until Done and Test tools, but this method relies on an error being generated before the email can be sent, which gets messy when actual workflow errors occur and I need to be notified of those.
Is there a way to both (1) not send an email when there is no output, and (2) but still get an email if there's an actual workflow error?