Show url link from file name

Hi everyone !

I have multiples files that can be updated/added in a column. What I want for the user is to be able to see the link of the file. 

The files are generated from an automation and i'm using a column named [ReportName] for files names. My actual goal is to generate a link from a formula, that will change everytime my [ReportName] update.

This is the formula i'm using to create the link : 

GFormMLH_0-1660814937684.png

When i open the link in the spreadsheet, i'm getting a "Bad request" error

 
Anyone have tips to fix this please ?
Show More

CONCATENATE(โ€˜https://www.appsheet.com/template/gettablefileurl?AppName=โ€™,

ENCODEURL(CONTEXT(AppName)), โ€˜&tableName=โ€™, ENCODEURL(CONTEXT(Table)), โ€˜&fileName=โ€™,

ENCODEURL([ReportName]))

 

Solved Solved
0 3 4,029
1 ACCEPTED SOLUTION

Sometimes i feel dumb ๐Ÿ˜“ 

CONCATENATE(โ€˜https://www.appsheet.com/template/gettablefileurl?appName=โ€™, ENCODEURL(CONTEXT(AppName)), โ€˜&tableName=โ€™, ENCODEURL(CONTEXT(Table)), โ€˜&fileName=โ€™, ENCODEURL([Report_File]))

View solution in original post

3 REPLIES 3
Top Labels in this Space