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
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
203 | |
106 | |
56 | |
51 | |
41 |
User | Count |
---|---|
272 | |
156 | |
85 | |
81 | |
56 |