There’s another option to create the image URL
CONCATENATE(
“https://www.appsheet.com/template/gettablefileurl?appName=”,
ENCODEURL(“AppName-AccountID”),
“&tableName=”,
ENCODEURL(“TableName”),
“&fileName=”,
ENCODEURL([ImageColumn])
)
But if you like to share the image file outside of your organization, you will have to to disable “Required Image and File URL Signing” under Security > options . (If you disable the option, a person can theoretically try to read other files by changing file name.)
To generate a public link to the images that have been uploaded to Apsheet, I use a script inside the spreadsheet. I do a search by file name in the folder and write down the public link in the adjacent column. The script is triggered by changes inside the table.