Get Configuration
The Get Configuration workflow action retrieves a specific configuration setting from the system. This action allows you to access and use configuration properties in subsequent workflow steps.
Key Configuration Fields
Name
Enter a unique name for this workflow action.
Validation Rules:
The name must be unique.
The name length must be between 2 and 100 characters.
The name cannot be empty.
The name cannot include special characters, or spaces, or start with a numeric character.
Configuration
Select the configuration setting from the dropdown list of all available configurations in the system.
Validation Rules:
The configuration field cannot be empty.
The configuration field cannot be changed once the action is used or referenced in subsequent steps.
Continue on Error (Optional)
A toggle that, when set to True, allows the workflow to continue running even if an error occurs while retrieving the configuration setting. The workflow will bypass the error and proceed without pausing.
Behavior After Configuration
The workflow action will put the properties of the retrieved configuration setting into the context. These properties can be used in subsequent workflow actions.
Editing the Get Configuration Action
Fields
Always Disabled: Name field
Always Editable: Description field, Continue on Error toggle
Disabled Once Used or Referenced in Another Workflow Action: Configuration field
Last updated