Hi,
I made wrote below code which I found in one of appsheet article, It is to be able to open an image in the browser. It works fine but I want to change the clickable link to a clickable text.
I have tried some tags but have not worked for me. I do not know if is it html here or not.
► Here is the code
CONCATENATE(
“https://www.appsheet.com/template/gettablefileurl”,
“?appName=”, ENCODEURL(CONTEXT(“AppName”)),
“&tableName=”, ENCODEURL(CONTEXT(“Table”)),
“&fileName=”, ENCODEURL([?Receipt]),
)
► Here is the problem
