Can anyone help me as I am getting below error when read cell value from Excel?
Basically, I am trying to use excel row count into my paste range. However, when I want to store the row count from excel in a variable. It is throwing below error.
You could extract them as Generic Value, then cast the extracted value to a double. extractedvalue = convert.toDouble(extractedValue.toString) or you could look for the Double type in the Variable type panel.