Select item activity is not working

Hi Team,

I am facing issue while using select item activity for drop-down values. I can see very few option in the select item activity dropdown list after inspecting the dropdown field.
When i am trying to manually enter the organization name in the drop-down the value is not appearing So, we can’t also use type into activity So, instead of type into i am using select item activity but Select item activity not working as expected.

Please help me on this issue.

Hi @Smitesh_Aher2

Can you try ‘Set Text’ activity?

Not working set text activity.

Hi @Smitesh_Aher2 :slight_smile:

Can you click on the dropdown menu and open it and put the dropdown menu in the list?

If you can, you can find out whether the item you are looking for is in the list and in which row it is. In this way, you can open the menu and select the relevant row using the send hotkey(down).

If you cannot bring the item by typing it in the field and select item does not work

Hello @Smitesh_Aher2

When there are many options in the dropdown menu, all the items are not always being read.

You can perhaps solve the problem by using 2 Click activities.
One that clicks the dropdown to display it and another one clicking the wanted item by using input type Simulate which does not require the option to be visible on screen.

Best regards
Soren

@Smitesh_Aher2

  1. Try to open the dropdown and then use select item and check
  2. If 1 does not work then use click to open then use loop with check app state to check for item…if found clicka nd break if not on else use mouse scroll

Cheers