Assignment 1 query

{
“message”: “System error at initialization: Object reference not set to an instance of an object. at Source: Anonymously Hosted DynamicMethods Assembly”,
“level”: “Fatal”,
“logType”: “User”,
“timeStamp”: “17:23:46”,
“processVersion”: “1.0.0”,
“jobId”: “7e9a37ba-8d34-4661-a40e-830ee81e1039”,
“robotName”: “DELL”,
“machineId”: 0,
“fileName”: “Main”
}

I’m getting this error can anyone help me ???

This error occurs if any of the variables in the workflow is used without initialisation.

Debug the workflow and check if any variable is not getting initialised.

Regards,
Karthik Byggari

so how to check that which variable i used without initialize ??

You have to debug the workflow and find out which activity is throwing this error.

Regards,
Karthik Byggari

can you help with the assignment 1 ?? Im getting some error in that

you just trying to debug mode… it’s automatically showing the error… which activity is missing…