I am currently working on task, to search for a “invoice” and download all attachments.
I struggle to create flow, which will download all attachments.
Thing is there is no a option to download all at once. There could be zero, one or multiple attachments at same time uploaded in system, one below the other one.
I was thinking something like, click on attachment, click save, check if there is next attachment, YES, click on attachment, click save, check if there is next attachment, NO, search next invoice.
Here is how the Browser interface looks like, attachments are always in last column added as hyperlink. Click and download. But there can be zero, one, many lines with file. This is all I can show due a safety reason.
@Ivito you have shown the selector for table cell TD element. Can you Grab the selector for A element or Post a Screenshot from uiexplorer expanded visual tree.
In General find children or maybe Data scraping Could solve the problem
@Ivito
Use find children and configured the selector to the table MyJournalTable
Configured the Filter to the a element
As the links are Not direct children configured the scope to find_descendants
This should Return a list of uielements representing the links. In a for each Loop each uielement can be Passed to a click Activity and be used for init the download