Condition
return {{data.length}} > 0;Variables
Built-in variables
// result of the previous step
return {{data}};
// error response of the previous step
return {{error}};
// incoming action params, passed in by components,
// the Execution/Loop action steps or when calling the action from the code
return {{params}};
// the response of the request, if the Code step follows an HTTP API step
return {{res}};Using variables
Optional chaining
Use case examples
Last updated
Was this helpful?