I am getting the following error:
Below are the configurations:

The error just started happening. Any help would be greatly appreciated.
By the way the “EIN NO” text is the same as in the queue/transaction.
I am getting the following error:
The error just started happening. Any help would be greatly appreciated.
By the way the “EIN NO” text is the same as in the queue/transaction.
Hi,
If you can run this process as debug mode in Studio and reproduce this exception, please check content of $exceptionDetails in Locals panel. There is message of the reason for this exception.
For example, "Object reference not set to an instance of an object. " (TransactionItem is null)
Regards,
Hi @Nenna_Anya ,
If EIN NO
value in the Queue Item is null, we might get an Exception.
To Handle that we can modify the Expression to the Below :
if(in_TransactionItem.SpecificContent("EIN NO") is Nothing,"",in_TransactionItem.SpecificContent("EIN NO").ToString.Trim)