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.
Find the step under Step Library > Public > Parameter Utilities.
Drag and drop the step onto the workflow canvas.
Click the Add parameter button.
Select the parameter type.
Give the parameter a relevant name for reference throughout the workflow.
Optionally, give the parameter a description and example.
Click Save.
Parameters can be edited or deleted by hovering over them and clicking on the three-dot menu.
Fill in the parameters with the relevant information to be referenced later in the workflow,
Run the Workflow parameters step to set the parameters. Re-run the step whenever you edit or add new parameters.
Reference your created parameters throughout the workflow with
{{ $.workflow_parameters.parameter_name }}