clickable link to to clickable text

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
666.jpg

0 3 119
3 REPLIES 3

Is this what you are looking for?

https://support.google.com/appsheet/answer/10107911

I believe you set this column type to "URL".   There is a bit of buggy behavior with AppSheet for the moment.  As soon as we set the colunm type to "URL", AppSheet automatically generate system action to "open URL". However, by default, the column name is left blank for this inline action. Check the Open URL action setting and make sure to select "View and download receipt" column for that inline action.

Thank you, does not work

Top Labels in this Space