Skip to main content
Parameter Utilities

Discover how the Workflow Parameters step aids defining parameters and quick, easy updates.

Updated over a week ago

The Workflow parameters step lets you pre-set parameters such as integrations, emails, JSON content, etc. The parameters set from this step will later be accessible throughout the workflow.

  1. Find the step under Step Library > Public > Parameter Utilities.

  2. Drag and drop the step onto the workflow canvas.

  3. Click the Add parameter button.

    1. Select the parameter type.

    2. Give the parameter a relevant name for reference throughout the workflow.

    3. Optionally, give the parameter a description and example.

    4. Click Save.

  4. Parameters can be edited or deleted by hovering over them and clicking on the three-dot menu.

  5. Fill in the parameters with the relevant information to be referenced later in the workflow,

  6. Run the Workflow parameters step to set the parameters. Re-run the step whenever you edit or add new parameters.

  7. Reference your created parameters throughout the workflow with {{ $.workflow_parameters.parameter_name }}

Did this answer your question?