List

A list of values. Each line is one item.

Emits a fixed list of values, one item per line, of the chosen item type. Use it to supply a static set of options or seed data.

Inputs

This node has no inputs.

Outputs

  • ValueList<T>. Represents the list created from the configured newline-separated items.

Configuration

  • Item TypeSelect (String, Number, Boolean, Date). Controls the item type used for the list output.
  • ItemsTextarea. Controls the newline-separated items that become the list values.

Example use cases

Seed allowed values

Provide a constant list of team names and check whether a ticket's assignee is among them.

See also