Hi, How to download attachment from ACME site workitems for each WIID
Follow the steps
- Navigate to Workitems
- Use For each ui Element Activity and indicate the search icon in the table
- Inside for each use click to open and then click on download invoice
- At the end make sure to navigate to intial page again so that the loop continues
Or
- Navigate to Workitems
- Use Table extraction and extract all the data into datatable
- 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…
- 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.