Hello Everyone,
I have this GroupedGallery where only have the Version number.
Item property is below:
GroupBy(Filter(Request, Organizer.Email = User().Email),"VersionNumber","GroupVersion")
Is it possible to have another Gallery where if I selected one Group on the GroupedGallery, it will show all the sharepoint item who have the same Version Numbers?
I only encountered nested ones, but I don't want a nested Gallery but two separately different Galleries, the GroupedGallery and lets name it DetailsGallery.
Thank you