web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / File isnt available on...
Power Apps
Answered

File isnt available on Site when downloading file Dataverse

(1) ShareShare
ReportReport
Posted on by 88

Hello there,

 

my issue is i have added a attachment card where it display the files stored from my dataverse table, whenever i click on any of the files none of them gets downloaded, this is the code to patch the files to my table

 

 

 

ForAll(
 attachDocs.Attachments,
 Patch(
 'IR Request Attachments',
 Defaults('IR Request Attachments'),
 {
 'IR Request ID': LookUp(
 'IR Requets',
 'IR Request Id' = Form3.LastSubmit.'IR Request Id'
 ),
 Document: {
 FileName: ThisRecord.Name,
 Value: ThisRecord.Value
 }
 }
 )
);

 

 

 and this is how the data is stored in my table

nunuNMS_0-1720076512224.png

and this is the code that display my files

 

 

ForAll(
 Filter(
 'IR Request Attachments',
 'IR Request ID'.'IR Request Id' = galIR.Selected.'IR Request Id'
 ).Document,
 {
 DisplayName: ThisRecord.Document.FileName,
 Value: ThisRecord.Document.Value
 }
)

 

 

 the name appears the is when i download the file, and i have seen other posts sayn to change the property value but the option doesnt appear 

nunuNMS_1-1720076821755.png

if anyone can help with this i would really appreciate it 

I have the same question (0)
  • Verified answer
    nunuNMS Profile Picture
    88 on at

    i have used a gallery to show the doc file names with a download link:

    Download(https://{enviormentURL}/api/data/v9.0/{TablePluraName}/{RecordGUID/{columnLogicalName}/$value)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 711 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 319 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard