Can we display data extracted from web table in studio console output?

I have extracted a web table and its variable name is dt but cannot display it in Studio console output.
I have tried to assign Status=dt.ToString() but not working.

@afzaalkhn24

DataTable is 2D value. It can’t be printed directly. What you can do is, you can use Advanced Loop to iterte your DataTable and print the desired cell value.

You can refer Advanced Loop in Knowledge BAse