i am a learner at Uipath. I have an issue with the Read Range activity of workbook activity in uipath. even though my workbook path is correct, my packages are up to date and my output is set to a global variable of type datatable - it shows me an error - " Object reference is not set to the instance of the object ".
I have a few workflows in the same project and Read Range in other workflows are very fine. I even tried to construct the specific workflow but in vain. I didnot have a clue of what happened all of a sudden.
is it the Read Range activity that gives you that error? Are you using variables to fill any of its input properties? maybe you have any without values…
In additiona to what @bcorrea mentioned, if all the input properties are properly provided and it is still not working, try using the read range with excel application scope as well and see whether it works…
If you have used variables for input properties, try printing the values or debugging it to see whether it gives the expected input through the variables
i Have checked them. I didnt know why it stopped working all of a sudden. I used the same activity wit same type of input for a few times before getting stuck
what do you mean getting stuck? Are you saying the error comes after started reading the data? It is not right at start of activity? If this is the case, maybe you have too much data for this activity or some special format that will need excel and excel scope to work…