Int32Converter cannot convert from System.Double

Hi Everyone,

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.

Int32Converter cannot convert from System.Double.

Hi @bikash_sahu

Could you share some screenshot for this activity and the variables panel ?

What’s the variable type you are using?

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.

Thanks for your suggestion, I could find the system double in the variable type under data manager section. It is working fine.!

1 Like