Extract drop down entries

I am new to community..

I want to extract the drop down details, I used get text activity to get the details but it’s not getting data.

Can you please help me..
Thanks in advance!!

@shaik_roshan

Welcome to community!!

Use get attribute activity, it get all drop down details, folllow below thread

Happy Automation!!

1 Like

If you find the solution please mark my post as solution

Hi @shaik_roshan

Welcome to UiPath,

Use the Click activity to open the dropdown menu.
Utilize the Find Children activity to locate all items within the dropdown, setting the Filter property to target the dropdown items with an appropriate selector.
Implement a For Each activity to iterate through the found items.
Inside the loop, use the Get Attribute activity to extract the text of each item, setting the Attribute property to “innerText” or “text”.
Store the extracted values in a list or variable for further processing.
Finally, use a Message Box or Write Line activity to display the extracted values.

If you found helpful, feel free to tick as a solution.
Happy Automation

it would be necessary to share with us the application type (Desktop, Web…)

For Webapplications where the drop down is defined as a html select element have a look here:

Hi you can utilise the select item from menu activity

Search select and try to use that activity
You can try class or modern version of it

This is specifically design to get details from drop down
@shaik_roshan

@shaik_roshan

Welcome to the community

Generally get attribute would work for dropdowns

but again it depends on how the dropdown looks

please check the same

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.