How to print data table extracted from read range in a message box

Hi,

Thanks in Advance.

1 Like

@tgopalas, Use Output Datatable activity this will convert this datatable to a string. Finally print it in message box

Regards,
Dom :slight_smile:

9 Likes

Hi @tgopalas
Try using ā€œoutput datatableā€ activity, you will get a string variable containing all datatable values. You can view it by using a write line or message box

6 Likes

Use the ā€œOutput Datatableā€ activity.
It will convert it into String/Text format and you can display it using a message box or else you can get it in output panel using ā€œwrite lineā€ activity.
Thanks.

2 Likes