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
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
201 | |
69 | |
51 | |
49 | |
20 |
User | Count |
---|---|
261 | |
122 | |
85 | |
79 | |
72 |