Create Dictionary

Creates a new dictionary

This activity allows you to create a new key-value pair dictionary lookup table.

Input

  • 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.

Output

  • Result: Dictionary Variable Specifies a variable that stores the newly created dictionary, which contains the key-value pairs specified in the input.

Last updated