Unable to select drop down from the list while using Select Item it shows "The control does not support select item""

Hi! welcome to community!

to achieve this requirement we have 4 approaches use the one which will works as per your requirement.

  1. Find Children activity:

We can use Find children activity to get the items which is available inside the drop down.

to get the item which you want(Create task) for this just use Get Attribute activity.

open the get attribute in uiexplorer we can see the option like inner text or outer text. remove the unwanted items except Create task.

This will works for you.

Reference:

  1. Select Item:

You have already using this activity after select item we may see the small down arrow button and click on that icon and select the Create task item to select the item.

This will also works fine in your case.

  1. Send Hot Key:

We can see that (Alt+T) also navigate to the actions tab.

Send Hotkey-> No need to indicate it on screen just check the alt button and IN Key use T. this will automatically opens the Actions tab. now use Normal click.

If not indicating the element on the screen if not works use can also try indicating and then use Alt+T.

This will also works fine in your case.

  1. Normal Clicks:

with the normal click also you can achieve your requirement just click on the action item.
then use the Element exists activity indicate it on Create task output as Exists.

Take one if condition Exists=True inside the then block use click activity on create task.

This will also works in this case.

Let me know if you’re getting any error!

Regards,
NaNi