Thank you for this tip! Is there a way to display the URL as custom text instead of the full URL? Ideally, the field would show the project name as a hyperlink that points to the project. I've tried using an IF statement:IF(CONCAT("URL",{customField:ID})>0,{customField:name},"")this isn't working fo...