Hi,
I’m very new to UiPath and trying to get a automation done for reading an Excel file and based on that, search through a document archive app. If the document(s) are found email them back to the email address in the 1st column.
My Excel is like below,
How do I iterate through each column for each row and display the values?
Hi @Vajira_pg, Not sure you want to select a single column separately or just want to view row data. I prepared 2 demos: Demo1.xaml (6.3 KB) inspired by @Nithinkrishna , it is an example of his comment. Demo2.xaml (7.1 KB) using Select method to select the single-column “Email Address” (Change the excel file path and sheet name before run)