Hi Community,
I am currently trying to create a Canvas App containing a simple gallery and the PDF Viewer control, using Dataverse as my datasource.
When I select a Dataverse record from the gallery I would like to display the first attachment stored on that record.
So far I have created the expression below, but it only fetches the first attachment for the FIRST record in the gallery:
First(First(MyDatasource).Attachments).Value
Does anyone know how the expression can be modified to fetch attachment based on the selected record?
Additional: I am storing the attachment on the Note table on the Timeline.
Thanks in advance!

Report
All responses (
Answers (