Skip to main content

Return

The Return block allows you to return from an API with data you specify. Note, you can "early return" just like in code (i.e., return before the end of the API so the remaining blocks do not run). Specify what to return in the Data to return field in the Return block edit pane.

Set the data to be returned by the API
info

The Return block has no output, as the API execution is terminated. The response of the API will be the data specified in the Data to return field and can be referenced via API_NAME.response.