Difference between getappfileurl and gettablefileurl

Hello, I would like to know if someone can explain the differences between these 2 expressions to me, they both work and they show me the pdf file correctly.

GETAPPFILEURL
CONCATENATE(“https://www.appsheet.com/template/getappfileurl?",“appName=”,ENCODEURL(CONTEXT(AppName)),"&fileName=”,ENCODEURL([ARCHIVO GENERADO]))

GETTABLEFILEURL
CONCATENATE(“https://www.appsheet.com/template/gettablefileurl?appName=”, ENCODEURL(CONTEXT(AppName)), “&tableName=”, ENCODEURL(CONTEXT(Table)),"&fileName=
", ENCODEURL([ARCHIVO GENERADO]))

Although I notice that when I use smartsheet as a data source getapptableurl shows an error

Solved Solved
0 4 405
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

I’d guess getappfileurl gets the URL of a file stored under the app’s top-level directory, while gettablefileurl gets the URL of a file stored in a table-specific directory.

View solution in original post

4 REPLIES 4
Top Labels in this Space