Leapwork Documentation
Set Element Combo Box
This feature is Early Access and may change based on user feedback and testing. Share your thoughts with our team to help us improve it.
The Set Element Combo Box block is used to select one or more values from a combo box in aD365 F&O application.
This block is automatically created when a user interacts with a multi-select dropdown using the D365 Fusion Recorder. It allows you to define the combination of options that should be selected at runtime, providing full control over fields that accept multiple inputs.
Note: This block only works with browser windows launched using theLogin block or within the current D365 recording session.
Fully expanded, the D365 Set Element Combo Box blockshows the following properties:
The Block Header
The green input connector at the top left triggers the execution of the block when the automation flow reaches this step.
Once the combo box values are successfully selected, the green output connector is activated.
The block title is automatically named according to the captured element, such “Set Categories”, but you can rename it by double-clicking the title to reflect the action more clearly within your flow.
Combo Box Value
This property allows the user to select one or more values from the combo box. When editing the block in Studio, the dropdown expands to show all available options captured during recording.
Each item has a checkbox on its left side, and clicking it will either select or deselect the corresponding value.
Not Found
This green output connector is triggered if the combo box element cannot be found within the configured timeout. It allows the automation to follow a different execution path or respond to missing elements in a controlled way.
Source Element
This optional property restricts the element search to a specific container, such as a section or component on the page. This is especially useful when multiple combo boxes share similar labels or structures.
In Early Access versions, this property is visible but not yet configurable.
Browser Window
This field determines which browser window the block interacts with. In current Early Access versions, only one browser instance is supported, so this value cannot be modified.
Default timeout
If the Default Timeout property checkbox is not selected, then the timeout value is 10 seconds. If the property checkbox is selected, then the Default timeout value selected in the flow settings will be applicable.
Timeout
This field sets the maximum time (in seconds) that the block should wait for the combo box to appear before triggering the Not Found connector. It is only visible when the Default Timeout checkbox is not selected.
Note: All cases have a “global timeout” that can be configured in the “Settings” panel. This is unrelated to the timeout of a single building block. However, a running case is automatically canceled if it runs longer than the global timeout.
Created 23.04.25