Skip to content

Execute Workflow Block

Execute another workflow.

Select Workflow

Select the workflow to execute.

Global Data

Overwrite the Global Data of the selected workflow.

Execute Id

An id to identify when you want to access the executed workflow inside expressions. The executed workflow will return its table and variables. For example,

{{ workflow.executeId.table }}
{{ workflow.executeId.table }}

Replace the executeId with the on you inputted.

Insert All Current Workflow Variables

Insert all variables of the current workflow into the workflow that will be executed.

Insert Current Workflow Variables

Insert specific variables of the current workflow into the workflow that will be executed. Use commas to separate the variable name