Check stored procedure output parameter and send mail if
I call a SQLServer stored procedure that return a value using output parameter
I would like to send an email if it returns 1 using "if" connector.
I don't know what condition to put in the connector IF
Can you help me ?