HTML select list - getting item by value

One way using less activities, if select item works.

  1. Find Element on your List. - element as output
  2. Assign your value to a string variable - strVal = 5001
  3. In Select Item activity pass - element.FindFirst(FindScope.FIND_CHILDREN,new Selector("<webctrl value='"+strVal.Trim+"' />")).Get("aaname").ToString

go a chance to test, sample fyi

SelectItem_Value.xaml (7.9 KB)

3 Likes