I am a beginner and I am currently doing the RPA developer foundation course. I am getting “DoubleConverter cannot convert from (null)” error while using Vlookup activity for consolidating two excel files as per the tutorial in the RPA developer foundation course.
I also tried changing the type of the variable inside the Vlookup activity from Double to Generic Value. Even though it solved the error in the Vlookup activity it gave me another error in a Write cell activity called " Object reference not set to an instance of an object."
As per error the variable is empty…the variable is empty because in vlookup either it did not find the value or the cell you are extracting via lookup is empty
I also have same problem when I try to practice the function course.
I follow the direction that adjust the variable from string to double system, but the message " Vlookup Error : DoubleConverter cannot convert from (null)" was occured.
In the practice session it wants you to start looking from CurrentRow.ByField(“Doc. Number”) while you’re starting to look from the CurrentRow.ByField(“Total Sales”)
That’s why it shows you the “empty” Value.
The same issue is with the first post, the Excel file provided in course has a column header Doc. Number, not Document Number.