If: Object reference not set to an instance of an object

@carmen
Hello,
Am getting below error…plz help
{
“message”: “If: Object reference not set to an instance of an object.”,
“level”: “Error”,
“logType”: “Default”,
“timeStamp”: “11:24:53”,
“processVersion”: “1.0.0”,
“jobId”: “3dc0b3eb-7e00-4cf1-92d6-ce1df3a31536”,
“robotName”: “ruchita”,
“machineId”: 147670,
“fileName”: “Process”,
“logF_BusinessProcessName”: “Framework”
}

here is the code of my progmocktest.zip (1.6 MB)

Hi @Ruchita_Vispute

You are trying to use a variable/argument without passing the default value in it.

When you’re validating the If condition, you are referencing a variable which doesn’t hold any value

Hi
i am passing values…after that getting another error.
Assign: The source contains no DataRows.",

Can you share your xaml file ?