I have a gallery connected to a SharePoint list named Clients. Within this list, there is a column [Type: Hyperlink] with a link to the client's folder living at [Documents/General/Library-Clients/[client name here] ].
I cannot seem to figure out how - when a client is selected in the gallery - to have their files show up in a gallery/or... below their data detail. Can someone lead me in the right direction perhaps? Screenshot attached.
The folder link is in a column called 'Client Folder' in the screenshot.
Hi @teaful :
The code should be :
Filter(Documents,xxx in xxx)
The point is that the connection is connect to the library 'Documents' instead of the folder 'library-xxx'.
Best Reagrds,
Bof
OK, but since it's not working, I'm not sure where to go from here.
Hi @teaful :
Could you show me your formula?
Besides, it would be better if you can give me some screenshots.
Best Regards,
Bof
Hi @teaful :
'Library-Clients' is wrong,'Documents' is right.
Please use
Fiter(Documents,XXX)
instead of
Filter('Library-Clients',XXX)
Best Regards,
Bof
User | Count |
---|---|
124 | |
87 | |
86 | |
75 | |
69 |
User | Count |
---|---|
214 | |
181 | |
139 | |
96 | |
83 |