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 Convert String to Combo node takes a text string as input and converts it into a Combo data type. This allows you to use a text value as a selection for other nodes that require a Combo input. It simply passes the string value through unchanged but changes its data type.

Inputs

ParameterData TypeRequiredRangeDescription
stringSTRINGYesN/AThe text string to be converted into a Combo type.

Outputs

Output NameData TypeDescription
outputCOMBOThe input string, now formatted as a Combo data type.