Parse Data Dictionary
This function block is designed to parse and retrieve data from a given input data dictionary. It allows users to select a specific key from the dictionary to extract its corresponding value.
📥 Inputs
Input Dictionary (String)
A string representation of a data dictionary (JSON format) from which values will be extracted.
📤 Outputs
Output Data
This output provides the value associated with the selected key from the input dictionary.
🕹️ Controls
Select key from input data dict
A dropdown menu that populates the keys from the provided data dictionary. Users can choose the desired key to extract its value.
🎨 Features
Dynamic Key Selection
Automatically updates the available keys in the dropdown menu based on the provided input dictionary.
Value Retrieval
Allows the extraction of specific values based on the selected key.
📝 Usage Instructions
Input Data: Provide a string representation of a dictionary (in JSON format) to the
Input Dictionary (String)
input.Select Key: Choose the desired key from the dropdown menu that appears. This menu will populate automatically with keys from the provided dictionary.
Evaluate: Run the block to retrieve the value associated with the selected key. The value will be sent to the output.
📊 Evaluation
Upon evaluation, this function block parses the input string as a JSON object, allowing users to dynamically select keys and retrieve corresponding values.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated