
Hi All,
I'm trying to download a XLS file stored in data verse as a file data type through my canvas app is there way I can do it as I don't see url available for data verse column of file to use download or launch please tell me if there is way out ?
Scenario:A user has to download a Excel template stored in file column of data verse table want to know how can we download? On click of button
Hello @Muzammil_0695,
Hope you are doing good.
For Downloading file you can simply click on the File in the form , I tried below and its working as expected
Or else you can simply pass below URL to download the File
https://orgddfdd862.crm8.dynamics.com/api/data/v9.1/accounts(eb68744b-3b63-46fb-8e42-e0acf58d08fd)/crbff_file/$value?size=full
orgddfdd862.crm8.dynamics.com--> URL
accounts --> Plural name of Entity
eb68744b-3b63-46fb-8e42-e0acf58d08fd --> GUID of Record
crbff_file --> Logical Name of File
For Powerapps Simply Use
Download("https://orgddfdd862.crm8.dynamics.com/api/data/v9.1/accounts(eb68744b-3b63-46fb-8e42-e0acf58d08fd)/crbff_file/$value?size=full")
Please mark as Answer if it is helpful and provide Kudos
Subscribe : https://www.youtube.com/channel/UCnGNN3hdlKBOr6PXotskNLA
Blog : https://microsoftcrmtechie.blogspot.com