@Salman_Faries See if you can check in message box, it’ll always visible like yours o/p.
Try to write whole datatable to excel sheet and check.
OR
Use the Excel Application Scope for reading .xlsx files. Excel Application Scope properly handles Excel-specific features, whereas workbook activities can sometimes misinterpret file formats.
Have you tried accessing the data from your datatable and faced any issue?
I don’t see any issue right now. If you try to use for each row in datatable after your log message activity and try to print/access your datatable, it should work.
Is it happening for all excel files? can you create a file and check please
Looks like its a dowloaded excel from internet whcih is formatted as JSON. That can be the reason of this issue
Just to confirm as we are not seeing such change in latest version can you do a dt.rowscount. if the count says 1 then whole data is read into row 1 and column1 as a json because of the way the data is represented