Hi,
If CurrentRow(“ACCOUNT_ID”) is null, the above expression throws exception.
So, for now, can you try the following expression?
CurrentRow("ACCOUNT_ID") isnot Nothing AndAlso (Not String.IsNullOrEmpty(CurrentRow("ACCOUNT_ID").ToString.Trim) AndAlso .....
Regards,