how to fix this error
i am trying read integer from an excel file
Get row item : Int32Converter cannot convert from System.Double.
how to fix this error
i am trying read integer from an excel file
Get row item : Int32Converter cannot convert from System.Double.
Hi Siva,
Are you sure there is an integer you’re trying to read?
What is your Input for Row in Get row item activity?
there were both integers and double’s,
what data type should we use to store a double
You could extract them as Generic Value, then cast the extracted value to a double. “theNumber = convert.toDouble(extractedValue.toString)”, or you could look for the Double type in the Variable type panel.
Worked! Thanks