---
version: "2026.1.0"
language: "en"
---
# Set Element Combo Box

The **Set Element Combo Box** block selects one or more values from a combo box in a Salesforce application. Combo boxes can allow typing, selecting from a list, or both, which makes them useful for fields such as categories, industries, or multi-select preferences.

This block is automatically generated when you type into or select values from a combo box while recording with the **Salesforce Fusion Recorder**. It also supports combobox actions performed inside grid elements (for example, list or table views).

Note: This block works only in browser sessions launched using the **Salesforce Login** block or within an active Salesforce recording session.

Fully expanded, the **Set Element Combo Box** block shows the following properties:  
![image-20260127-135558.png](https://docs.leapwork.com/__attachments/a_dd03167b2d4fb15cb309689f5a396567ef7b7ab4777ace0f42bf30dc9ffa8a4e/image-20260127-135558.png?cb=15d6921dc491940575b5f2ece1fd14cd)

**Note:** The screenshot on this page uses the **Elegance Design** , introduced in **2025.3**. If you are using an earlier version, your layout may look different.

## Quick-start

1. In the**Salesforce Fusion Recorder**, record a step where you set a combo box value (by typing, selecting from the list, or both).

2. Stop the recording and review the generated blocks; adjust any parameters you need before saving.

3. Save the recording so the recorded flow is added to the canvas, then run the flow when it's ready.

## Building block parameters

Parameters  
* **Block header:** Shows the current title of the **Set Element Combo Box** block. You can rename it by double-clicking the header and typing a new title (Fusion Recorder typically auto-names it based on the captured element/action).

  The green input connector triggers the block when the flow reaches it, and the green output connector triggers when the combo box values are set successfully.

* **Combo box value:** Specifies the value or values to select in the combo box. The available options are captured during recording, and you can change the selection later in Flow.

  This parameter is **mandatory** .

  ![image-20260127-140748.png](https://docs.leapwork.com/__attachments/a_9997f16bec4a1a4764e31f12bd5b52a9928d4d1846b2d05a948fe0309d45f79f/image-20260127-140748.png?cb=6362e7fc929e889d595ccd6fbb8f4cd7)

* **Fail:** Triggers if the combo box (or the requested values) cannot be found or applied within the configured timeout. Use this output to branch the flow for fallback handling.

* **Default timeout:** Controls whether the block uses a fixed timeout or the flow's default timeout. If the checkbox is not selected, the block uses a fixed timeout; if it is selected, the flow's default timeout is applied.

* **Timeout (sec):** Sets how long the block waits for the combo box and its values to become available before triggering **Fail** . This field is only visible when **Default timeout** is not selected.

## Resources

|                                                 **Topic**                                                 |                                                  **Description**                                                  |
|-----------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|
| [Flows FAQ](https://docs.leapwork.com/faq/latest/leapwork-flow-faq/flows-faq.md)                                                   | Common questions about creating, running, and managing flows in Leapwork.                                         |
| [Flows Troubleshooting](https://docs.leapwork.com/troubleshooting/latest/leapwork-flow-troubleshooting/flows-troubleshooting.md)   | Guidelines and solutions for identifying and fixing issues that occur when building or running flows in Leapwork. |
| [Salesforce FAQ](https://docs.leapwork.com/faq/latest/leapwork-flow-faq/salesforce-faq.md)                                         | Frequently asked questions about Salesforce                                                                       |
| [Salesforce Fusion Recorder](https://leapworkdocumentation.atlassian.net/wiki/spaces/ARM/pages/256016385) | How to use the Salesforce Fusion Recorder                                                                         |