Hello.
I have a loop activity set to send emails. In the email body, I have the following variables:
#Loop_SQL.RES_1#
#Loop_SQL.RES_2#
#Loop_SQL.RES_3#
#Loop_SQL.RES_3#
If any one of those variables are NULL or have only a SPACE, the script errors out with the message: Email_1 - Unable to cast object of type ‘System.DBNull’ to type ‘System.String’.
The data is from Oracle.
Any thoughts?