Extract reports down a list from an online database

Hi, I would like to check how do I extract reports down a list on an online database which uses a series of clicks and actions to run background reports and send to my email when they are done?

The series of clicks and actions consist of about 15 actions. Currently, there is mainly only 1 action that will differ across each iteration, and that is the selection of the report to extract.

Instead of copying and pasting the iteration over and over again, and changing one activity for each iteration, is there a way of doing this automatically while the selection of report goes down the list each time?

Hi @John6

You can try using for each ui element on the list of reports that you want to click and then use if condition for the different steps you need to do for some reports

https://docs.uipath.com/activities/docs/n-for-each-ui-element

cheers