Parameter References
This topic describes supported parameter reference types and how they enable dynamic retrieval of values from automation steps or parameters. It also outlines the characteristics of each reference type.
Supported Reference Types
Many parameters support Parameter References that allow you to dynamically reference values from previous steps or automation parameters:
-
Step References: {{step['Step Name']['field_name']}} - References output from a previous step in the automation flow
-
Automation Parameter References: {{automationParam['parameter_name']}} - References user-defined automation parameters that are passed when the automation is executed
Reference Types
-
ParamRef:-
Supports step outputs and Automation parameters.
-
Most flexible and used where dynamic behavior is expected.
-
-
AutoParamRef:-
Supports automation parameters only and step references not allowed.
-
Restricts to inputs provided by the user during automation execution.
-