Appearance
Execute Routine Block
Execute another routine.
Select Routine
Select the routine to execute.
Global Data
Overwrite the Global Data of the selected routine.
Execute Id
An id to identify when you want to access the executed routine inside expressions. The executed routine 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 Routine Variables
Insert all variables of the current routine into the routine that will be executed.
Insert Current Routine Variables
Insert specific variables of the current routine into the routine that will be executed. Use commas to separate the variable name