I am trying to resolve the Advance Training Assesment-1 when am trying to Extract the Datatable in ACME System 1 - Log In am facing error “Object reference not set to an instance of an object”
Could someone please help me up in resolving the issue.
{{
“message”: “ExtractDataTable : Object reference not set to an instance of an object.”,
“level”: “Error”,
“logType”: “Default”,
“timeStamp”: “11:00:46”,
“processVersion”: “1.0.6706.35891”,
“fileName”: “ExtractDataTable”,
“jobId”: “00bf87e5-7b68-437b-889d-1f4d1b1e0173”,
“robotName”: “PRASA”
}}
The DataScrapping did not work accurately at that time see that data is getting scrapped properly. This error means that table has not been initialized before you started using that in some statements or the table is empty and you have used it
{
“message”: “Object reference not set to an instance of an object.”,
“level”: “Information”,
“logType”: “User”,
“timeStamp”: “11:59:00”,
“processVersion”: “1.0.0”,
“jobId”: “601c6c69-a9aa-424c-9571-ead4d9f305c3”,
“robotName”: “DMIKKILINENI”,
“machineId”: 0,
“fileName”: “AutoEmail”
}
@deepak_mikkilineni youmight have Missed variable assignment in some activity, you might be doing some operations on variable which is null because of previous steps.
Hi ,
I am getting the same error but in different kind of activity. Its an email automation process where in switch case while reading the subject of few emails i am getting this error. Can you help me?
@Sakshi_Gupta You might be getting that error because of variable doesn’t contain value in that activity. Please check the variable from where you get the data.