Overview
**NOTE: This plug-in is deprecated and no longer recommended for use for sites running on Appian 21.4 or later. The functionality of this component is available in Appian without installing the plug-in. You can use a!update() and a!keys() in Appian 21.4 or later.**
Dictionaries are one of the most useful data structures available in Appian. This plug-in provides tools to dynamically create dictionaries from key-value pairs, update dictionaries with new values (including nested dictionaries), and understand what keys are available in a dictionary to help with dynamic control.
Key Features & Functionality
FUNCTIONS
DEPRECATED FUNCTIONS
Having a problem with createDictionary. What if a dictionary value is a list?
Ex) createDictionary({key1,key2},{value1,{value2a,value2b}} I get an error saying there is a mismatch of of keys and values
Try to do createdictionary( {"a","b"}, {"d",createdictionary({"e"},{"f"})})