Get Dynamic Value Property
- An activity to return a property from a Dynamic Value.
Properties
Common
- DisplayName (String)- The display name of the activity.
Misc
- Result (OutArgument<DynamicValue>) –
- Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose lev
- PropertyName (InArgument<String>) – Gets or sets the name and path of the property to retrieve.
- Source (InArgument<DynamicValue>) – Gets or sets the DynamicValue from which to read.
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 Create 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 Property activity to the workflow area. Fill the PropertyName and Source. The Result variable stores the value of Property created.