Erro com transação no REF

Olá comunidade, poderiam me ajudar com esse erro: “Error getting transaction data for Transaction Number: 1. Object reference not set to an instance of an object. at Source: EntradaRecebimentoSemICMS_Expressions_Main”

Meu projeto não está passando pelo Process

Hi @amanda.gondim

This very usually happens when we forget to provide value for a variable or argument which needs a default value . This is also one reason of getting this error. Firstly, check all your variable and argument values that are used in that workflow.

Regards,

Hi @amanda.gondim

Object reference not set to an instance of an objects is the common error when we didn’t initialize the values to variables. For activities there is mandatory fields to pass the variables then this error throws.

Debug the process then check which activity throwing this error. Pass the variable to the fields or initialize value to variable.

If you used any invoke workflow activity check the arguments are passed to the import arguments option properly or not.

Hope it helps;!