Encodeurl() for two columns

I know this expression but this is only for single column but I want to use it for multiple columns.

CONCATENATE(  "https://www.appsheet.com/template/gettablefileurl",  "?appName=", ENCODEURL(CONTEXT("AppName")),  "&tableName=", ENCODEURL(CONTEXT("Table")),  "&fileName=", ENCODEURL([image-or-file-column]))

Thank You

0 6 259
6 REPLIES 6

Steve
Platinum 4
Platinum 4

Your expression looks valid, so Iโ€™m not clear what the problem is. Could you elaborate?

ENCODEURL([image-or-file-column]) So in this i want to put multiple columns. So that it can concate the link with other columns which contains files/images.
Something like this:
ENCODEURL([column1], [column2])
Is it possible or I have to make virtual columns for all columns containing files/images.

You request suggests you donโ€™t understand what the link your generating does. A single link can only point to a single image.

So is there any way to encode urls for multiple coulumns at same time? My obective is to concatenate appsheet link with all the columns containing files/images. Thnak you!

No, not possible.

Thank you @Steve for clearing it out.

Top Labels in this Space