Forum Discussion

MichaelKnecht's avatar
MichaelKnecht
Qrew Trainee
2 days ago

New Email Notifications and Formula URLs

New Email setup is not allowing for adding a Formula URL button the same way as the old setup.  It does still have the "Record Link" and allows it to be a button from an email.  

The bold underlined is the working record link with custom text.  I need to take the blue text and turn it into a custom text link.  Im stumped.  Field 49 is a formula url that adds a record

 

<h3 style="margin-left:40px;">
    <qb-record-link data-link-text="Click here to go directly to Request in Quickbase"></qb-record-link>
</h3>
<p style="margin-left:40px;">
    Click this link below to add Response
</p>
<p style="margin-left:40px;">
    &nbsp;<qb-field field-id="49"></qb-field>

  • Can't you just reference the formula URL field in the body of your email? Example if your formula - url field is called requestInQuickBase.

    Click [requestInQuickBase] to add Response

    In the field settings you can populate the Link text property as 'here' or 'Click here' or something of that nature so that it fits the rest of the text.