Concatenate File URL in Table Text-Type Column

Options

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:

Answers

  • Thomas_937381
    Options

    Also tried the JavaScript concat() method, i.e. columns['Column Name'] = string.concat(,,,).