Read Cell giving error while reading integer from excel

All string read cell tests are ofcourse fine.

Only the cells reading integers give error ;-(
afbeelding

error messagge:

source: read cell
Stringconverter cannor convert from system.double
exeption type : system.NotSupportedException

How to solve this???

Please change the data type of output variable of Read cell activity to Double.

1 Like

Hi Karthik, That works!

1 Like