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 :
When i open the link in the spreadsheet, i'm getting a "Bad request" error
CONCATENATE(‘https://www.appsheet.com/template/gettablefileurl?AppName=’,
ENCODEURL(CONTEXT(AppName)), ‘&tableName=’, ENCODEURL(CONTEXT(Table)), ‘&fileName=’,
ENCODEURL([ReportName]))
Solved! Go to Solution.
Sometimes i feel dumb 😓
CONCATENATE(‘https://www.appsheet.com/template/gettablefileurl?appName=’, ENCODEURL(CONTEXT(AppName)), ‘&tableName=’, ENCODEURL(CONTEXT(Table)), ‘&fileName=’, ENCODEURL([Report_File]))
You could elaborate your requirement. Does the URL never show? Or whenever you change the value of [ReportName] the URL breaks? If so, any specific reason we may know you wish to change the report name column ( and in turn the file name) to change once file URL is created?
Hi.
Sometimes i feel dumb 😓
CONCATENATE(‘https://www.appsheet.com/template/gettablefileurl?appName=’, ENCODEURL(CONTEXT(AppName)), ‘&tableName=’, ENCODEURL(CONTEXT(Table)), ‘&fileName=’, ENCODEURL([Report_File]))
User | Count |
---|---|
18 | |
15 | |
10 | |
7 | |
4 |