valueA and/or valueB have not been assigned a value, so they are nothing. Not initialized.
Also, don’t use GenericValue. Set the variable type correctly - string, int, or whatever the value will be.
There were several reasons why this error Object reference not set to an instance of an object comes are listed below:
- The null value of variable or argument
- A null value for any activity from which you are getting the text.
- Maybe you have created duplicate variables.
- Import arguments are not updated.
Conclusion: Double-check the types of the variables. You may consider changing their type to System.String or System.Int32 .
Let us know if this helped.
Excel ile toplama .Henüz çözülemedi…xaml (10.1 KB)
denedim fakat yapamadım bi bakabilir misiniz?
Provide the whole zipped project with the file Sample Columns.xlsx
Check this example https://docexamples.uipath.com/examples/Activities/Interpret%20Excel%20Results%20-%20Example.zip
As I said earlier, in the Variables section, check the types of the A, B, and C variables. Set them to Int32.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.