Concatenate File URL in Table Text-Type Column
Thomas_937381
Posts: 196
in Questions
Is there a way to concatenate a file ID in a URL format in a data table, using Tables: Apply formulas to columns? I've tried with both of the following URLs:
https://{teamname}.pushbot.com/api/files/{fileid}/download
https://{teamname}.pushbot.com/_/teams/{teamname}/files/{fileid}/download
Both seem to yield the same error:
Error evaluating formula code on row 1: SyntaxError: Unexpected token :
Tagged:
0
Answers
-
Also tried the JavaScript concat() method, i.e. columns['Column Name'] = string.concat(,,,).
0