Box
(opens in a new tab) combines multiple values into a single output. It accepts a dictionary as input, and simply returns the evaluated dictionary – including the result of any future references.
This example shows how Box
can be used to combine multiple node outputs into a single result at the end of a graph – but Box
can also be used to combine outputs in the middle of a graph.