Hi Guys,
Below is my requirement and can any one help me in building the logic for this.I would need sample xaml for getting the rows based on column value and then click on the column value.
I belive we need to use for each activity and filter the rows using select and I am not sure on how to use them in UiPath. I have gone through the forum posts and I am not clear on using those.
Attached sample excel file to take it as source and then build the logic.
- I have done data scraping on a web table and the output is stored as datatable ( say 11 rows and 4 columns)
- For each row i need to check the value in a column( 2nd column). If value exists in the column, I need to click on column value else i need to skip that row. No value is shown as ‘-’
- After clicking on the column value, it redirects to next page and again there also i need to check the rows based on one of the column value. If the column value matches, we need to capture the entire row and put it as output
Thanks,
Vishal KumarRT_Tickets.xls (26 KB)