Hi all,
I have an app that shows M365 groups in one gallery (colour coded depending if you are owner or member) and when clicking on a group in a second gallery the group member are shown.
When I add or remove members I might happen that the colour coding in the first gallery might change, so I "refresh" this gallery.
Unfortunaltely the last selected item is not remembered.
I tried the following:
1) when selecting an item in the first gallery
OnSelect: Set(recent_group, ThisItem)
2) Default property of the gallery:
Default: recent_group
3) after refreshing the gallery:
Select(Gallery2_1,1, NextArrow3_1) (the "1" in the middle should be the selected item)
This does not work. Does anone has an idea what I can do to make this work?