Hello,
I have an issue with a dropdown control (Dropdown1) not defaulting to the initial user choice for a selected item in a gallery. Ideally, the dropdown would default to the initial user choice, but show other list items as options. I've tried setting the Default of the dropdown to ThisItem.'value', but it shows as the first item in the list instead of showing the user choice. When I change the default of Dropdown1 to the Dropdowninitialchoice, that sort of works, but it defaults to only one of the selected items. So, if, for example, I choose 'P' for one item then 'O' for another item the dropdowns in the gallery show as 'P' for all gallery items.
When I set the Items to collection1, this works, but it only shows the dropdown choices that the user selected, not the full list of options.
Any help is appreciated!