Hi,
I am new to PDA and automating the process of - 1) Login into web application (Webflow) 2) Go to list of collection of items 3) Select each item 4) Import item contents into csv file from import option of web application.
For this I am using Power automate desktop. I managed to go till step 2. However, it is becoming difficult for me to select each item from collection and choose Import option.
Here is my flow-

After action 10 (Extract data from webpage), I am able to retrieve list of text of items of following collection-

However, not sure how to select each item from left pane and click on Export as generic. For this, I tried to use Loop with Click link on Web Page, but not able to select item dynamically using Click link on Web Page.
Since this collection is dynamic (number of items in left pane may increase or decrease in future), I can't use div for each item.
Does anyone face this kind of issue ? Any help would be appreciated.
Thanks in Advance