Return node
Exit from a function and optionally return a value.
Read time 1 minuteLast updated 20 hours ago
Use the Return node to stop the current logic block and send back a value. After Return runs, the rest of the connected steps in this block don't execute. Use it inside custom functions or logic sections that you want to exit early.
Sockets
Socket | Type | Description |
|---|---|---|
| Value | Any | The value to return to the caller. If not connected, nothing is returned. |