url/work-item/WIID

how do i create a workflow that it should navigate to specific WIID of each page. i am stuck here. WIID%20workitem

Hi @ramkrishna2k3,

You have the URL (https://acme-test.uipath.com/workitems/))and you would have extracted WIID from the Extract datatable activity and you have to append the URL with WIID and use Navigate To activity to navigate to the particular page.

Hi First Use Data Scraping and store the value in Data Table. Use For Each Row and get each record and use row.item(“WIID”).tostring() you will get WIID value and store it in variable.
Use open browser and in that append the WIID along with ACME System 1 - Log In so it navigates to respective WIID Page.
If you need any specific use filter table to select a required row and do the navigation