Hi,
I try to add a row into a database with the value {“chao”,“”,“VietTravel Airlines”}
But I dont know why when I write the database into Excel, it turns out “Vietnam Airlines”.
And when I try to print the message box of the value in that position in the database, it still gives me the value “VietTravel Airlnes”
no, I mean when I call the value, It is still “VietTravel Airlines” in the sam position as in the database
But when I write data table to Excel using Write Range, I dont know why VietTravel Airlines be converted to VietNam Airlines
Yah, the message box prints the right value “Chao”, “VietTravel Airlines”
But the only problem here is when I use UI Path to write this data to Excel, it changes my values to VietTravel Airlines
Could you also check with the Write Line activity and inspect the Output Panel ?
Also, Could you let us know if you are modifying the datatable value after reading it or are you directly writing it to an Excel sheet using Write Range activity ? We would need to know if there are any additional activities involved so that we can eliminate the obvious.