Acme

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

  1. mark that specific activity that found failing with BREAKPOINT - you can find that in debug tab
  2. then run the bot in DEBUG mode
  3. bot will stop at breakpoint
  4. 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.
  5. 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

1 Like

thanks…i have solved my issue @Palaniyappan

1 Like

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.