UiDemo Error- please help!

Hello Automation Experts!

I seek your help, once more!

Level 3 > UiDemo > Process.xaml

I am receiving this error:

“RemoteException wrapping System.NullReferenceException: Object reference not set to an instance of an object. ….”

The assigned value for CashIn is: in_TransactionItem.SpecificContent(“CashIn”).ToString

I am seeing the same error for “OnUsCheck” and “NotOnUsCheck”

Any idea what is causing this issue/how to resolve it?

Thanks in advance!

1 Like

The error appears on my “Assign” activities.

1 Like

Hi @Taylormt
Can you share some screenshots to easily address the issue

cheers

1 Like

1 Like

2019-11-04-2

1 Like

@pattyricarte

Thanks so much for your willingness to help. If you need more information, just ask!

1 Like

ur in_TransactionItem does not contain any value, check where you passed them

1 Like

Hi @Taylormt
At my first glance , You are converting value to string that is null thats why you getting this kind of error. Try to check if the transactionItem is getting some value.

cheers :smiley:

Happy learning :smiley:

Thank you for taking the time to respond! I am very new to all this, so forgive my ignorance. Isn’t the value of the transaction item simply taken from the transactions in my Queue in Orchestrator?

1 Like

means that your queue is empty or you import wrongly, either check where you import your items or check ur dispatcher and orchestrator

1 Like