Hyperlink formula does not work when referencing a column for the link

I have a two column table

  1. Calculate column called “Form Link” - the formula is Hyperlink(thisrow.URL,“Form Link”)
  2. URL - This is a Link field that has the link for that record.

If I use the hard coded value in Hyperlink(“http://google.com”, “Form Link”) it works. However when I give a column reference it does not populate the link.

I found the issue. In the canvas column where I was doing the mail merge I had made the {6} parameter as a link in the format. Thus was not working.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.