EasyUse/Logicgenerated

Output to List(outputToList)

The Output to List node is a simple logic utility in the EasyUse/Logic category.

output To List

tuple
list
Easy Use

The Output to List node is a simple logic utility in the EasyUse/Logic category. It accepts a tuple input and makes it available as a list-compatible output, which is useful when connecting tuple-producing nodes into workflows that expect lists or other ANYTYPE values.

Inputs

  • tuple (ANYTYPE, required): The input value to be converted to a list. This can be a tuple or any other value that should be passed through as the output.

Outputs

  • ANYTYPE: The resulting value, typically the tuple represented as a list. Because the output is ANYTYPE, downstream nodes receive the actual produced value and can use it wherever a list or generic value connection is expected.

Usage Notes

  • The node has no extra controls or settings; it performs a direct conversion/utility role.
  • It is useful for adapting tuple-returning nodes to list-based logic.
  • Since the output is ANYTYPE, it can be connected to a wide range of downstream inputs without requiring a specific list type.

Comments

Sign in with GitHub to join the discussion.

Loading comments…