I’m encountering an issue when using the Read Range activity in UiPath. I have a range parameter where I am trying to use a string value like "B1:B1000
" for the cell range. However, I’m receiving an error message stating:
“BC30512: Option Strict On disallows implicit conversions from ‘String’ to ‘IReadRangeRef’. The selected value is incompatible with the property type.”
I attempted to define a variable of type Excel.Range to assign the range value, but I’m still facing the issue.
Could someone help me understand how to correctly define and use a cell range in this activity?