Hi,
I use read range activity and ı want to see excel row is there any activity this have feature?
Thank u.
Hi,
I use read range activity and ı want to see excel row is there any activity this have feature?
Thank u.
Can you please elaborate your query a bit more so that we can analyse your requirements?
Best Regards.
Hi,
Ofcourse, Normally we can find adrres row with look up range acitivity but just ı want to use read range activity and ı want to see excel row at collection.
Hi @arjunshenoy
Use the output datatable activity to convert the datatable datatype to string then you can print it in the message box.
Hope it helps!!
Hi,
You could also check in locals panel when you are debugging, why do you want to see Excel row, what purpose will it serve?
You could also use watch panels to put a watch on a variable.