Datatable printing as "Datatable"

So I need to print this datatable, but it just prints “Datatable”. I have stuff extracted from web.


A pop-up message box displays the text "DataTable" with an "OK" button. (Captioned by AI)

Hi @Kalle77

Try like below use Different naming convention

Regards,

@Kalle77,

Print the Output property Text of the Output Datatable which will be string.

Thanks,
Ashok :slight_smile:

Hie @Kalle77 create a string variable in the output datatable activity and pass this in the write line this way you can convert datatable into string and see the output result


here the screenshot how you can do this
cheers Happy Automation

Huge thank you for everybody!!! <333