Description
Gets a value from the custom dictionary using the Platform API.
Properties
Analyst
- Description: Optional text for documentation purposes.
Common
-
Continue On Error: Continues the execution of the workflow even if an error occurs during the execution of the activity.
-
Delay Before: Delay time in milliseconds before the activity is executed. The default value is 250 milliseconds.
-
Delay After: Delay time in milliseconds after executing of the activity. The default value is 250 milliseconds.
-
Disable Log: Disables the logging functionality for this activity.
-
Disable Protocol: Disables the protocol functionality for this activity.
-
Exclude from Global Delay: Excludes this activity from the Global Delay functionality.
-
Timeout: Duration in milliseconds in which the activity tries to execute.
Input
- Dictionary ID: The ID of the dictionary. Alternatively, you can use the Dictionary Name property and specify the name instead.
- Dictionary Name: The name of the dictionary. Alternatively, you can use the Dictionary ID property and specify the ID instead.
- Key: The key for which you want to retrieve the value.
Options
-
Create if not exists: Specifies whether the dictionary or
value should be created if it does not already exist.
- None: Nothing will be created.
- Entry: If the key does not yet exist, a key/value pair is created with the specified default value.
- Dictionary: Both the dictionary and the key/value pair are created if they do not exist.
- Default Value: The value that will be returned if the key/value entry or dictionary is not present. If it is not set, the activity will trigger an error in this case. If the "Create if not present" option is used, this value will be used for the value to be created.
-
Output Type: The type to which the value is to be
converted. Note: While the activity ensures that the value is of the desired type, the Value property itself is of type Object. Therefore, you may still need to manually convert the variable to the desired type before using it.
Output
- Custom Value: The value of the specified key.