Hi,
This Dataverse table contains a column with attachments.
How to display an icon within a Gallery in a canvas app to allow the users to download the file?
With Sharepoint lists, we'd just use the Launch function with something like:
"ThisItem.Attachments.AbsoluteURI" on the OnSelect property.
But it seems the AbsoluteURI doesn't exist in Dataverse, si how to dowload Dataverse attachments from a Canvas app?
Thanks in advance!