I'd like to set up a task that runs a script to check for data, then send an email with those results if the exist. I'm setting the sql results to send to Output of the task, but I am not sure how to set up a wild card condition that will fire if any text in Output exists. If I use "Contains" as the rule and use a * wildcard, nothing fires. I have to specify the exact text to look for in order to meet the condition, which will not work because results will vary. Is it possible to set a condition to send an email if *any* results are present in Output for the task?
Thanks.