Hi,
I'm trying to find a way to be able to auto select an item listed in a gallery based on the text in Label123. Label123 should equal the folder name listed in the gallery.
The source is a SharePoint Document Library filtered via other galleries to this point using folder path.
I've tried basing the "Default" setting of the gallery to different variants of:
ForALL(DocLib.Selected.Name = Label123)
First(DocLib.Selected.Name = Label123)
No joy.
Any help will be appreciated!
Thanks