Add a Searchable List Action
The searchable list action can be used to automate the multiple actions required for a dynamic drop-down list using a single action.
Use case
If you want to use a dynamic drop-down list, for example,
oj-select-single in your RPA flows, you have to add the following actions:
| RPA flow step | RPA action to be added |
|---|---|
| Click drop-down list icon | Click Element |
| Wait for drop-down list items to load | Wait |
| Clear the drop-down list input | Clear Text |
| Click drop-down list icon | Click Element |
| Wait for drop-down list items to load | Wait |
| Enter text for filtering drop-down list input | Enter Text |
| Wait for the filtered list item to load | Wait |
| Click the first filtered list item | Click Element |
| Wait for the action to complete | Wait |
Instead, you can use the searchable list action to automate the dynamic drop-down list. It requires minimal configuration and simulates all the actions listed in the above table.
Add a Searchable List Action
Note:
You must use the low-code capabilities to add this action to a robot. Keep reading for step-by-step instructions.


