function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Josh GitogoJosh Gitogo 

How to add a link to a process builder formula field

Hello,
I am trying to add a link to a detail field in process builder using a formula type this is my code and I am getting the error: 
The formula expression is invalid: Syntax error. Extra '"https://cs67.salesforce.com/Sol_sence_Sample__c.Sol_sence_Product__c/e?retURL=Sol_sence_Sample__c.Sol_sence_Product__c.name_CONFIRMATIONTOKEN{!Sol_sence_Sample__c.Sol_sence_Product__c}&common.udd.actions.ActionsUtilORIG_URI={!Sol_sence_Sample__c.Sol_sence_Product__c}"



[Sol_sence_Sample__c].Sol_sence_Product__c.Name  & "-" &
[Sol_sence_Sample__c].Sol_sence_Product__c.Commercial_Name__c &"-"&    

"For more information please see the link below"

"https://cs67.salesforce.com/{!Sol_sence_Sample__c.Sol_sence_Product__c}/e?retURL={!Sol_sence_Sample__c.Sol_sence_Product__c.name}_CONFIRMATIONTOKEN={!Sol_sence_Sample__c.Sol_sence_Product__c}&common.udd.actions.ActionsUtilORIG_URI={!Sol_sence_Sample__c.Sol_sence_Product__c}"

Everything works up untill the link part. 
Thank you in advance