Hi,
Thanks in Advance.
Hi,
Thanks in Advance.
@tgopalas, Use Output Datatable activity this will convert this datatable to a string. Finally print it in message box
Regards,
Dom
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
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.