Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Unanswered

dataverse get only value of pdf file and save it with Untitled.txt

(0) ShareShare
ReportReport
Posted on by

on canva app ,i have a form to upload a file(pdf generated) .when i click the button submit i generated the pdf 

Set(
 rappoertconstat;
 PDF(
 'rapport de constat pos';
 {
 Orientation: PaperOrientation.Portrait;
 Size: PaperSize.A4;
 Margin: "20pt 20pt 20pt 20pt"
 }
 )
)

and in datacardvalue items :

If(
 !IsBlank(rappoertconstat);
 {
 FileName: "rapportdeconstat.pdf";
 Value: rappoertconstat
 }
)

I verified in report_column.update of the form,that I received the name and the file .After i send file to Dataverse column.In Dataverse I received the file, but without a name (with Untitled.txt), I download it and changed the extension (it is it the same file that I send it).
Where is it the problem.

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Microsoft Dataverse

#1
mmbr1606 Profile Picture

mmbr1606 22 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 17

#3
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

Overall leaderboard

Featured topics