Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The Custom Combo node allows you to create a custom dropdown menu with your own list of text options. It is a frontend-focused node that provides a backend representation to ensure compatibility within your workflow. When you select an option from the dropdown, the node outputs that text as a string.

Inputs

ParameterData TypeRequiredRangeDescription
choiceCOMBOYesUser-definedThe text option selected from the custom dropdown. The list of available options is defined by the user in the node’s frontend interface.
Note: The validation for this node’s input is intentionally disabled. This allows you to define any custom text options you want in the frontend without the backend checking if your selection is from a predefined list.

Outputs

Output NameData TypeDescription
outputSTRINGThe text string of the option selected from the custom combo box.