Create Dictionary
Creates a new dictionary
Last updated
Creates a new dictionary
Last updated
This activity allows you to create a new key-value pair dictionary lookup table.
Key-value data: Dictionary Argument
This argument allows you to specify the key-value pairs that you want to enter into the dictionary. Each key represents a unique identifier, and its corresponding value represents the associated data.
Result: Dictionary Variable
Specifies a variable that stores the newly created dictionary, which contains the key-value pairs specified in the input.