In below list, i have to select 2 countries reading the excel. Ho do i do it?
Hey! Welcome to community…
Try this…
- Read rande - dtOut
- For each row in datatable pass the dtOut
- Take one Assign activity and create one string variable pass the value like this
Assign strCountry = CurrentRow("ColumnName").ToString.Trim
- Take one click activity and indicate it on the first element and choose aaname in the selectors
- Pass the aaname with strCountry
That’s it
Regards,
NaNi