object reference not set to an instance of an object…error in acme project while write range in UiPath studio
HI @Nital_Patil
Check whether the varaibles are assigned. Ensure that the DataTable variable you are trying to write to Excel has been initialized
Regards
Gokul
Hi @Nital_Patil
This Object reference not set to an instance of an object error will appear while there is no variable is passed in the activity.
I think you haven’t created the output variable of datatype to the Output of read range workbook activity.
Hope it helps!!
HI @Nital_Patil
to find whether the variable has value or not
- mark that specific activity that found failing with BREAKPOINT - you can find that in debug tab
- then run the bot in DEBUG mode
- bot will stop at breakpoint
- now check with LOCAL Panel in the left side of your studio screen where you will be able to see the variables used in your process and its corresponding value.
- check whether the variable is having any value or not
this will help you to find the root cause
Cheers @Nital_Patil
thanks…i have solved my issue @Gokul001
thanks…i have solved my issue @mkankatala
thanks…i have solved my issue @Palaniyappan
If you find the Solution, Mark mark it as solution to close the loop. @Nital_Patil
Happy Automation!!
Have u completed the process vendor invoice project
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.