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.

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 !
