Select item from dropdown by item index

Hi,

There are some ways to achieve it.

  1. Get current options, then split it and select forth item.

image

  1. Use Inject JS Script activity

image

"function(e,v){e.selectedIndex=3;}"

Hope the above helps you.

Regards,

1 Like