This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe 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 | Data Type | Required | Range | Description |
|---|---|---|---|---|
combo | COMBO | Yes | "option1""option2""option3" | The first selection from a set of three test options. |
combo2 | COMBO | Yes | "option4""option5""option6" | The second selection from a different set of three test options. |
Outputs
| Output Name | Data Type | Description |
|---|---|---|
output_1 | COMBO | Outputs the value selected from the first combo box (combo). |
output_2 | COMBO | Outputs the value selected from the second combo box (combo2). |