What does this node do?
Creates a dropdown select input that allows users to choose from a predefined list of options when running the workflow. Ideal for workflows that need specific choices or categories.Configuration
Display label for the select input field.
List of available options. Each option should have a label and value.Example:
Pre-selected default option value.
Whether a selection must be made.
Allow multiple selections.
Output
Access the value
Use{{Select_0.value}} in other nodes to access the selected value(s).

