
Announcements
Hello community! Need some big brains help 🤖
I'm trying to build an app, where I could select any item from the gallery,
that connected to SP list and has an attachment (wav audio file).
And I want to basically select any item from the gallery (that has audio attachment),
And being able to play that audio via Audio control inside in my app.
I found this topic Solved: Playing Audio file from Sharepoint site - Power Platform Community (microsoft.com)
But I want to be able to pick and play any record form the gallery, not just first.
First(BrwoserGallery1.selected.Attachments).Value
Any ideas?
Hi @KK76875875,
The formula you provided is not to pick the first record of the Gallery, it is to pick the first attachment of the selected record from the Gallery.
First(BrwoserGallery1.selected.Attachments).Value
For that the data structure of the Attachment is a table including multi fields, we need to access to the Value where stores the audio link.