Hi everyone,
I'm facing an issue with collection all gallery items into a local collection which I don't understand.
- I have a empty collection which gets collected at the start up from a SharePoint list to reflect the same columns
- This empty collection is my item property of the Gallery
- Just for testing I have added 3 controls inside my Gallery
- Dropdown - Product Name (long list of strings)
- Label - Product Description which gets looked upped
- Textinput - Just for testing
- I have added a save icon to Clear collect my Gallery into a new local collection (to check the stored values)
- ClearCollect(test,Gallery1.AllItems)
I hope I have mentioned everything important 🙂
The issue is that when I select a product from the dropdown (the look up in the label for the description is working as expected) and enter something in the textinput field, non of the selected values are stored correctly in my local test collection.
e.g. for the dropdown the selected property is empty and selected text does show a wrong (different from what I have selected in my dropdown 85550 vs. 72400023 ) value.
What am I missing here?