"Type Into 'INPUT 11:2545;a': Object reference not set to an instance of an object.",

Hello ,

I am getting this error.
{
“message”: “Type Into ‘INPUT 11:2545;a’: Object reference not set to an instance of an object.”,
“level”: “Error”,
“logType”: “Default”,
“timeStamp”: “14:37:26”,
“processVersion”: “1.0.0”,
“jobId”: “0a628716-d128-4545-bc3b-4ae812a9f451”,
“robotName”: “ruchita”,
“machineId”: 147670,
“fileName”: “Account”
}

Here is the code
Account.xaml (12.9 KB)

Please help me

Hi @Ruchita_Vispute,
Please try debug your workflow and check all variables. This error means that some variable has no value assigned.

Hi,

You have used specific content that means you are consuming queue items for which you have to do ‘get transaction’ store it and then use it.

You can do get queue items and iterate through it too.

Normally -

the above error is common and indicative of a variable that is either not declared, or not in scope, or referenced wrongly, or does not exist at all.

So you should have a ‘queue item’ to actually process it.

Hope this helps :slight_smile:

1 Like

then how to declare the variables…please help me in code

how to assign value

Well, i guess you will have to do the Foundation and advanced training course if you haven’t done it already :slight_smile:

Getting Queue items and declaring variables are parts of very basic training and concepts .

Regards :slight_smile:

1 Like