To List

Wraps a single string or number value in a one-item list. Use it when a downstream step expects a list but you only have a scalar value.

What it does

  • Converts the input value into a list with one element.
  • Returns the resulting list.

Notes

No special notes.

Inputs

NameTypeDescription
ValueStringinput value, string or number

Outputs

NameTypeDescription
ListListoutput list

Notes