I want to iterate through all WIID from Datatable and open Workitem detail url with all WIID and scrap info like Client no , Account number and account amount from each , i have developed a workflow but however i can’t move to next WIID in datatable.
AcessWorkItemDetail.xaml (30.0 KB)
how to Increment i only get first WII no . Is there any way i could do it without Excel ?! see selector of open app activity in url everytime i want next WIID No .
Which one?
I need all row WIId no one by one & that i added that value into open browser activity’s selector’s url …
yes you can use for each row activity and inside write
currenrRow(“ColumnName”).ToString
There is selector invalid because you are using the dynamic selector which is valid in run time
Can you please help me to fix Selector?!
send me the full selector
<html app='chrome.exe' title='ACME System 1 - Work Items' url='https://acme-test.uipath.com/work-items/+{{WIIDNo}}' />
url = “ACME System 1 - Log In”+WIIDNo
It tired this & its works well for me! Thank you for valuable time @Tapan_Behera1
send the selector for complete url that you are getting…
<html app='chrome.exe' title='ACME System 1 - Work Items' url='https://acme-test.uipath.com/work-items/+{{WIIDNo}}'
This is my full selector , we can use dynamic selector. but because or url i didn’t change url property i was not able to get work item Detail page for each WIID.
can you send me your code?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.