Unable to Detect SAP Dropdown Elements in UiPath Studio Community Edition

Description

I am currently facing an issue while trying to automate a dropdown in SAP using UiPath Studio Community Edition. The dropdown disappears when scanned, and UiPath is unable to locate the UI element at runtime.
“Select item” fails, and UI Explorer cannot capture as the dropdown disappears quickly. Even after pausing and capturing, execution throws “No UI element found.”
Could you please suggest the correct approach or a reliable workaround for selecting dropdown values in SAP (for example, through scripting, hotkeys, or alternative methods)?

Link

Date

2025-08-21

Related UiPath products

Community

You can use Select Item Activity and indicate the drop down box the use strict selectors for both target and anchors then you will get to see the dropdown in the activity near + sign from there you can select what you want to select for automation.

If this is needful then mark it as SOLUTION

Happy Automation

@veerendrakatta

try the recorder and select the dropdown that would get the selector

indicate with delay might not work

cheers