GetValue

Estimated reading: 2 minutes 1496 views

This activity is used to get the value of a specified key from the dictionary.

Properties

INPUT

Dictionary:* Specify the name of the dictionary from which we need to get the value.

Key:* Specify the name of the key for which the value is required

MISC

ArgumentType1: This indicates the type of the key which was used in the dictionary. Choose it the drop from down.

ArgumentType2: This indicates the type of the value that was used to represent the key value. Choose from the drop down.

Display Name: Displays the name of the activity. You can also customize the activity name to help troubleshoot issues faster. This name will be used for logging purposes.

SkipOnError: It specifies whether to continue executing the workflow even if it throws an error. This supports only Boolean value “True or False.”

True: Continues to execute the workflow irrespective of any error thrown.

False: Stops the workflow if it throws any error

Version: It specifies the version of the Dictionary feature in use

OUTPUT

Result: Define a Boolean to validate if the activity has been completed successfully. This is not a mandatory field.

Value:* Declare a variable here to view the value of a specified key.

* Represents mandatory fields to execute the workflow.

Share this Doc

GetValue

Or copy link

CONTENTS