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 410
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

Oh I think I misread your question. Iโ€™ve never heard of the getAPPFILEURL URL before. Where did you find this? Iโ€™m not sure about that. Iโ€™ll leave the above link though, maybe its related.

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.

oh! If thatโ€™s true, thatโ€™d be super helpful.

Top Labels in this Space