Hi There,
I want to automate my web report extraction. I've scheduled the reports to be generated. However, due to size they're listed as a link. They have export button on the side that we can click directly without going to the report (which require more wait time, looks like below).
My question is, how to tell Power Automate that it has to click every single Excel export button on that screen? Do I need to have 20 different UI Element of Export buttons?
I tried to capture the more traditional way where I click the report link and export the report from there. But there're 20 links, does it mean I have to capture all the links as 20 UI Elements? I notice that I can capture the text of the links as 'Output Data' variable, but I'm not sure how to link to match the Output Data with my report list (I copy the list of the report names into excel) and tell Power Automate to click the links one by one.

Thanks.