The ComboOptionTestNode is a logic node designed to test and pass through combo box selections. It takes two combo box inputs, each with a predefined set of options, and outputs the selected values directly without modification.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `combo` | The first selection from a set of three test options. | COMBO | Yes | `"option1"`<br>`"option2"`<br>`"option3"` |
| `combo2` | The second selection from a different set of three test options. | COMBO | Yes | `"option4"`<br>`"option5"`<br>`"option6"` |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `output_1` | Outputs the value selected from the first combo box (`combo`). | COMBO |
| `output_2` | Outputs the value selected from the second combo box (`combo2`). | COMBO |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ComboOptionTestNode/en.md)

---
**Source fingerprint (SHA-256):** `efa45d1310ff9c623afb858b6f561739c3d7ee9fc84b57c64746693a27906bec`
