How do I select a multiple option from the list as given in excel

In below list, i have to select 2 countries reading the excel. Ho do i do it?
image

2

Hey! Welcome to community…

Try this…

  1. Read rande - dtOut
  2. For each row in datatable pass the dtOut
  3. Take one Assign activity and create one string variable pass the value like this
Assign strCountry = CurrentRow("ColumnName").ToString.Trim
  1. Take one click activity and indicate it on the first element and choose aaname in the selectors
  2. Pass the aaname with strCountry

That’s it

Regards,
NaNi