For Each UI Element loop not iterating through drop down on website

Hello,

I have a sequence that logs into a website and needs to download invoices from multiple accounts in a drop down list. I have a For Each Ui Element scope set up in the sequence but when it loops through it repeatedly downloads the invoice for the first account in the drop down list. I need the bot to click on each account, wait for the page to load, and then download the invoice for the selected account. What am I missing? Screenshots below. Happy to provide more if needed.

Screenshot of dropdown on webpage.
image

For Each UI Element Scope and Properties in Sequence:



For Each UI Element Scope Properties

UI Element Configuration Picks up all accounts in drop down:

Thank you!

Hi @Laura_Hubbard ,

Maybe you have not used the Current Element as the Input Element in the Click Activity and hence the required clicks are not being performed (or is a different mechanism is being applied, Extracting data from CurrentElement and adding it to Selector ?)

Sample showcase of using the CurrentElement from For Each UI Element activity in Click Activity :
image

Could also use Highlight activity and check if it is highligthing the necessary UI Elements.