Hello
I am new to using Excel and UiPath together.
I am getting the following error when reading integers in a Datatable from Excel:
“Get Row Item: StringConverter cannot convert from System.Double.”
It can read the cell above which has ‘123t’.
I believe the problem is reading ‘123t’ as a string but reads ‘123’ as an integer.
Any ideas on how to make it read all values as a string?
Error - Activity screenshot:
Error - Output screenshot:
DataTable screenshot (the red cell is where UiPath is getting stuck):