Forum Discussion

JoshuaCase's avatar
JoshuaCase
Qrew Cadet
3 months ago

Pipelines - Outlook Events

I have pipelines created for our service application to create tech dispatches via Outlook calendar events when tasks are created.  

I want to add a link to the task record in QB as part of the Outlook event body but I cant seem to create it.  

Can anyone help or know how to do this? 



------------------------------
Joshua Case
------------------------------

1 Reply

  • The event body should be able to accept HTML in which case you could add something like this:

    <a href="https://yourcompany.quickbase.com/db/tasktableid?a=dr&rid={{a.id}}">Link to Task</a>

    you'll need to replace the "yourcompany" with your realm name and the "tasktableid" with the 9 digit table ID for the Task table. You can change the label "Link to Task" to whatever you want the link text to be.

    {{a.id}} is the reference to the Task Record ID# which I assume is in step a.

    Let me know if that works!

    -Sharon



    ------------------------------
    Quick Base Junkie
    Sharon Faust
    https://quickbasejunkie.com
    ------------------------------