How to Iterate through Data column value in for each activity?

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)

@RAKESH_KUMAR_BEHERA

Hi @Vidhi_Patel update the assing activity value:
image

1 Like

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 .


I need next WIID(next in Datacolumn) before open browser .

Which one?

Hi @Vidhi_Patel yes for that you can use

yourDataTableVar.AsEnumerable.first()

image

1 Like

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

1 Like

There is selector invalid because you are using the dynamic selector which is valid in run time

1 Like

Can you please help me to fix Selector?!

send me the full selector

1 Like

<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 :blush:

send the selector for complete url that you are getting…

1 Like

<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?

1 Like

AcessWorkItemDetail.xaml (33.4 KB)
Sure! My Pleasure!

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