Skip to content

Updating visuals

If you see any images containing outdated UI, please bear with us.

We are updating all content as quickly as possible to mirror our new UI.

Workflow result ​

The Workflow result action sends data back from a reusable workflow. Use it when another workflow executes your reusable workflow and needs to use the result in a later step.

If you only need to store a value inside the same workflow run, use Create workflow variable instead.

How it works ​

  1. Create or open a reusable workflow.
  2. Add the Workflow result action.
  3. Choose the result Type.
  4. Bind the Result value you want to send back.

The text value "WeWeb" set to being returned

In the workflow that executes this reusable workflow, use the executed action's result in later actions:

The retrieved value from the subsequent action

Other actions, such as Custom JavaScript, can also make data available through their own result when they return data.

TIP

Use Workflow result for the final value you want to send back from a reusable workflow. Use workflow variables for temporary values inside the same workflow.