Get Dynamic Value Properties
- An activity to retrieve multiple properties from a Dynamic Value.
Properties
Common
- DisplayName (String) – The display name of the activity.
Misc
- Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose lev
- Source (InArgument<DynamicValue>) – Gets or sets the DynamicValue from which to read.
- Properties (IDictionary<String,OutArgument>) – Gets or sets the set of property names to retrieve and the locations to store them.
Example
- Create a new Process and then click on Manage Packages. Now search for Activities in search bar. Install this package and click Save.
- Drag Build Dynamic Value activity to the workflow area. Fill the propertyName and PropertyValue to it. The Result variable stores the DynamicValue created.
- Drag Get Dynamic Value Properties activity to the workflow area. Fill in the Properties by adding PropertyName and initializing variables to hold corresponding PropertyValue. Add Source to it .The Result variable stores the DynamicValue created.