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
Whichever rule or variable this data is coming from, you can get the fields using property(), index() or dot-notation.
index(local!data,"choiceValues",{}) property(local!data,"choiceValues",{}) local!data.choiceValues