Help in defining the correct file path

Hi everyone.

I’m trying to define a path of a report (generated via automation), but I have an error and i have no idea why it does not work.

GFormMLH_0-1661882569688.png

The file is at the right place :

appsheet/data/XXXXXApplication-1001823977-22-08-29/Factures

Path formula to the file : concatenate(“appsheet/data/XXXXXApplication-1001823977-22-08-29/Factures/”,[Report_N° Facture],“.pdf”)

Also tried this path (no success) : concatenate(“/Factures/”,[Report_N° Facture],“.pdf”)

The file folder path : “/Factures/”

File name : “[Report_N° Facture]”

And my default folder path : /appsheet/data/XXXXXApplication-1001823977-22-08-29"

Any help is welcomed !

Hope your report type in the field “HTTP Content Type” is set as PDF

Then please try in the

File folder path :

"Factures"

File Name Prefix field:

[Report_N° Facture]

Also please ensure you have set the default folder path properly at Info > Properties > **App Properties >**Default app folder property as

/appsheet/data/XXXXXApplication-1001823977-22-08-29"

3 Likes

On rereading your post it sounds that you are trying to access the file created and saved through automation. If so please take a look at the discussions in the post below.

Unable to view and download PDF in appsheet - Google Cloud Community

3 Likes