Hi,
I have a dropdown box that has the OnChange property set as this: Patch(Test, TestGallery1.Selected, {Name: TestDropdown1.Selected.TestList})
Which i use to quickly move items between galleries.
Once this has been used to move an item, how can i have the dropdown box to reset to it's default?
For more information i have 3 galleries each containing items that are group A, B & C respectively.
So the dropdown box underneath the gallery for group A items is default to A.
When an item is selected and changed to be group B, the item pops over to the group B gallery.
But the drop down box remains as B
I would like it to revert back to it's default (A) after it's use.
Thanks