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.
mmbr1606
22
Super User 2025 Season 1
stampcoin
17
ankit_singhal
11
Super User 2025 Season 1