I have the process starting when a task is created.
I have the criteria as
I then have the action defined and can get the related field on the lead, but cannot figure out a formula to work. Have tried [Lead].Call_Attempts__c+1 but get error messages A formula in add +1 has an incorrect object reference. In the formula, replace [Lead] with [Task]." I can't switch to task though because the field Call Attempts of course doesn't exist on that object.
Please let me know if you have any suggestions to make this work.
답변 2개
Hi Wendi,
We can't do this update with just a proces builder. Need a flow to be called from the PB.
See this:
Update a Lead record based on activity of that record (https://help.salesforce.com/articleView?id=000338937&type=1&mode=1)