Hi,
Does anyone know how to incorporate the logic, if the results of my filter are 0 records, send an email to myself.
This workflow be stored on the server.
Solved! Go to Solution.
You can use the count records tool in the transform category followed by another filter that says [Count] = 0. You would attach an email tool after the True. Therefore, if the count of records is in fact equal to zero, it will pass through the next filter and send off an email. If it is not equal to zero, the count will go through the false and not send an email because the true won't be getting records passed.