So I’m having trouble getting Katalon to read my dates correctly. So i, using sendKeys using my dates from the excel sheet i created.
println(findTestData(“ClockIds”)
.getValue(1,6))
The actual Value is: 10312020
What Katalon is printing is: 116287
In Excel i tried change my column into Text Format but its still giving me the same results. Any Solutions?

