Dictionary View Change?

I have a Dictionary in a ListPicker and the output on the device is showing as "(key value)" as all the elements in the ListPicker. Is there any way to change this to only show the key in the ListPicker?

Please show your relevant blocks, so we can see how your "dictionary" is linked to the "listpicker"

There is a keys block that gives you only a list of the keys of a dictionary.

Use that to feed the Elements of the List Picker in the BeforePicking Event.

When you get a Selection from the List Picker, you can use that to feed a key/value lookup in the Dictionary.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.