Alternatives to select item & type into activities

@ayub_z

Use two Click activities.

  1. First Click activity to click on Drop down.

  2. Second Click activity to select item from the drop down list. You need to make the selector dynamic by passing variable into the selector. Check which attribute holds the selected value and pass variable there.

Eg. If aaname holds the value then it should be like this.

               aaname={{yourVariable}}
3 Likes