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
Hi,
I am trying to expand my CDT using expandcdt() function. It is given that the expand field parameter accepts input in "???function.expandcdt.param.expandField.description???" format. I am unable to figure out the input.
My CDT structure looks something like below,
empId: ""
empDepartment: Department(nested CDT)
dId:
dName: ""
empGender: Gender(nested CDT)
gId:
gName: ""
lastName: ""
firstName: ""
Could you please help me with an example.
Thanks in advance.
expandCdt has been deprecated in the latest version due to functional issues and lack of interest. It will continue to work as it did but will no longer be discoverable or maintained. There are some great new functions though!