Taylormt
(Taylor)
November 4, 2019, 11:25pm
1
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
Taylormt
(Taylor)
November 4, 2019, 11:25pm
2
The error appears on my “Assign” activities.
1 Like
Hi @Taylormt
Can you share some screenshots to easily address the issue
cheers
1 Like
Taylormt
(Taylor)
November 5, 2019, 12:06am
6
@pattyricarte
Thanks so much for your willingness to help. If you need more information, just ask!
1 Like
MythicGold
(MythicGold)
November 5, 2019, 1:18am
7
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
Happy learning
Taylormt
(Taylor)
November 5, 2019, 4:03am
9
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
MythicGold
(MythicGold)
November 5, 2019, 5:36am
10
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