Hi everyone,
I’m working on an Excel automation project using Modern Excel activities in UiPath Studio. I’m trying to use the VLookup activity to retrieve a value based on the “Document Number” from another sheet. However, I’m getting the following error:
–DoubleConverter cannot convert from (null)–
I’m looping through rows using For Each Excel Row.
Inside the loop, I’m using VLookup.
In the “Value to lookup” field, I’m passing:
CurrentRow.ByField(“Document Number”)`
The lookup range and column index are correctly set.