Hi Everyone,
I need to get "choiceLabels" and "choiceValues" list from the dictionary as shown in screenshot. Can anyone please help me how to get it?
Discussion posts and replies are publicly visible
We need a bit more context.
In general, as per the Appian documentation, we use the dot-notation to fetch values from dictionaries.
Hi Stefan,
I need both choiceValues and choiceLabels list at the same time.
You can try like this
{ index(local!data,"choiceLabels",{}), index(local!data,"choiceValues",{}) }