I’d like to get information if certain job finishes successfully, but 0 rows are replicated. I found snippet that send email, but how can I write an “if query” that catches only those scheduled jobs that I want? There is snippet template for that, but I don’t understand how it need to be modified
<!-- Enumerate Through Query Results -->
<api:enum prefix="Query#">
<api:set attr="temp.index" value="e_index]" />
<api:set attr="temp.query" value="r_value]" />
<api:set attr="temp.status" value="uQueryStatus#u_index]]" />
</api:enum>