Legacy Form + Rich Formula Field
I want to display a link on my form. It needs to be displayed always.
The code I used in the older form was:
var text Words = "Core Rules";
var text URL = URLRoot() & "up/" & [_DBID_Documents] & "/a/r" & "5974" & "/e6/v0";
"<a href=" & $URL & ">" & $Words & "</a>"
i.e: Name of link, and the url to the document already stored in quickbase from another table. Flipping from the older form, it works, and moving it to the new legacy form, it shows the following error:
"400 Error Invalid field type"
The specified field was not a File Attachment field
If the problem persists, reach out to your app admin, check the Quickbase service page. or open a support case"
How can I fix this for the new legacy form? The link works, but clicking on it, I get that error. Below is how it looks on every employee's portal. The links just don't work now. HELP!
I created a new field, and typed in the code, and it displays the same behavior.