Execute Workflow Block

Execute another workflow.

Global data

Overwrite the global data of the selected workflow.

Execute Id

An Id to identify when referencing the workflow data.

Accessing Workflow Data

After the execute workflow block is executed, you can access the workflow data like global data, table, and google sheets using the mustache tag. For example, to access the table data {{ workflow@executeId.table }} or google sheets data {{ workflow@executeId.googleSheets }}.

Read more: Reference Data