Skip to main content The new Salesforce certifications experience is live! Visit Trailhead Academy to explore your new certifications homepage.
Hi guys, need help to edit this formula for the Hyperlink Field. Its working fine if the referenced URL Field is Not Blank. Should be easy fix, please see attached the Formula. The "Property URL" - URL Field is Referenced in the Property Weblink - Formula Field. Thank you!

 

Formula Field to Display HyperlinkUser-added image
5 answers
Loading
  1. May 8, 2020, 5:32 AM
    Hi Ali, 

     

    You're very close. Try this:

     

    IF (ISBLANK(Property_URL__c), "N/A", 

     

    HYPERLINK(Property_URL__c, "Click here")) 
0/9000