The workflow creates a datatable of different elements on a website. After creating the datatable it must click on each element to open the details page of the element and click on a download link. It works, but the workflow clicks for each row on only the first element and downloads 96 times the same download (because there are 96 elements in the list). What he should do is opening each element (each row) and perform the download for each element.
Because I use the ‘Go to url’-activity is opens the same url. How do i set to open each element by clicking on its name?
What do i do wrong? Please provide more info with screenshot, and not the half (incorrect) answers I’m receiving the last days, thats not helping
If you need to click eqch element use for each ui element
Elae if you need to click on the name as in datatable then get selector containing innertext and in innertext use currentRow("ColumnName").ToString as a avariable to change name