How to download attachment from ACME site workitems

Hi, How to download attachment from ACME site workitems for each WIID

@gauthamRPA

Follow the steps

  1. Navigate to Workitems
  2. Use For each ui Element Activity and indicate the search icon in the table
  3. Inside for each use click to open and then click on download invoice
  4. At the end make sure to navigate to intial page again so that the loop continues

Or

  1. Navigate to Workitems
  2. Use Table extraction and extract all the data into datatable
  3. Then use navigate to go to the required url.If you observe the url is same apart from the wiid being appended at the end…
  4. Run a loop on the datatable and pass the wiid to url string and use navigate browser and then download

Hope this helps

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.