Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
If you want to have a link show nicely in an email notification you can make your own hyperlink field as a formula rich text field.
var text URL = URLRoot & "db/" & [_DBID_Table name goes here] & "?a=nwr";
var text Words = "Click here to add a record";
"<a href=" & $URL & ">" & $Words & "</a>"
var text URL = URLRoot & "db/" & [_DBID_Table name goes here] & "?a=nwr";
var text Words = "Click here to add a record";
"<a href=" & $URL & ">" & $Words & "</a>"