Hello All,
I am trying to download files from a website. each page table has 8 cells. I built a flow and it works if I am trying to select number one file from each table. but it does not work for the second one. It always bring back to the first page and download the second cell from first page. I tried removing "> dataitem[Name*="TManifestV1_13418067.xml"]". But if I do that it selects first cell one more time.
> document[Class="Chrome_RenderWidgetHostHWND"] > table[Id="Table1"] > custom > dataitem > table[Id="Table2"] > custom > dataitem[Name=" Click for Old View Please Click A File Below Search Reset Search Maintained by ASWA, Inc. SEND mail to: SecureNet_support@aswa.com Privacy Policy "] > table[Id="Table4"] > custom > dataitem[Name=" Click for Old View Please Click A File Below Search Reset Search "] > table[Id="Table3"] > custom > dataitem[Name=" Click for Old View Please Click A File Below Search Reset Search "] > table[Id="sgSort"] > custom[Name="Click to select file."] > dataitem [Name*="TManifestV1_13418067.xml"]


how do i fix it?