I have a field called github username, this captures github usernames for contacts. I want folks to enter the actual username, and I want the field to automatically add the "https://github.com/" to the beginning of the URL.
Example:
text in the Sfdc field: marbujold
once the user clicks save -
Display link: https://github.com/marbujold
I tried building a process builder that fills in the github username via a formula, but my formula doesn't seem to be working. See pics.
3 risposte
How about writing the Formula like this =
"https://github.com/" + [Contact].GitHub_Username__c