Return¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The input to return (when supported) and stop the flow. | Any | ||
| Output ➡️ | This shard does not produce an output as it stops the flow. | None | 
Stops the current flow and outputs the provided input. This shard is used to exit the execution of the current wire early within loops or conditional flows, returning the specified input.