Getting error as object reference not set

Hello All

Getting the below issue while running the automation. Please advise what is required to fix this.

Regards
Aditya

Hi @aditaga,

The variable you’re referring to is null, check the locals panel to see which variable it is. The variable is likely not getting a value correctly.

1 Like

Thank you. Is there any specific variable that I should use as I am new to this course and not much aware about the variable etc. I am following the demo video and trying to recreate it while learning the concept.

Regards
Aditya

Hi @aditaga,

It looks like your For Each Row is throwing the error, so if you’re reading an excel file with Read Range then you might be reading it incorrectly (blank sheet, an incorrect range, etc). Double check the Excel file you’re working with and check the Read Range if you’re using one. It’d be handy to see a screenshot of the full sequence that you’re working with