All string read cell tests are ofcourse fine.
Only the cells reading integers give error ;-(

error messagge:
source: read cell
Stringconverter cannor convert from system.double
exeption type : system.NotSupportedException
How to solve this???
All string read cell tests are ofcourse fine.
Only the cells reading integers give error ;-(

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.
Hi Karthik, That works!