Forum Discussion

MichaelTamoush's avatar
MichaelTamoush
Qrew Captain
5 years ago

Changing the name of my url

I have transferred a URL through some automations and a sync where it lands in it's final resting place. I have also transferred the name of the file as a text field.

Can I create a rich text formula field that displays the name instead of the url text?

------------------------------
Mike Tamoush
------------------------------

2 Replies

  • np
    I'm aware that during some Automations and Sync processes a Hyperlink can get garbled.

    But as you have found, you can cleanly pass though a URL and separately a file name.

    The format for a hyperlink is this generic format as a formula Rich Text field.

    var text Words = [my field with the words];

    var text URL = [my field with the URL];


    "<a href=" & $URL & ">" & $Words & "</a>"

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
    • MichaelTamoush's avatar
      MichaelTamoush
      Qrew Captain
      Perfect thanks!

      ------------------------------
      Mike Tamoush
      ------------------------------