You can update custom text field on Activity (Events and Tasks) using process builder. You cannot find activity object directly. Find Tasks and events as your objects instead.
Step-1 Step - 2 Decide your condition only when created or when its edited too.
Step - 3 Mention your condition if exists are select no criteria
Step - 4 I selected Task record as related record to contact. You can also select event record fields as another action to update based on contact fields.
Step - 5
Select the filed on task record to update with what value of contact. In the example I choosed Title use first name as per your requirement.
Thanks for the update. But i want the process builer to built on Event object and then updated say Event Title (on event ) with its Contact's title value.
You can update custom text field on Activity (Events and Tasks) using process builder. You cannot find activity object directly. Find Tasks and events as your objects instead.
Step-1
Step - 2
Decide your condition only when created or when its edited too.
Step - 3
Mention your condition if exists are select no criteria
Step - 4
I selected Task record as related record to contact.
You can also select event record fields as another action to update based on contact fields.
Step - 5
Select the filed on task record to update with what value of contact. In the example I choosed Title use first name as per your requirement.
Hope this helps,
Thanks,
Sarvani
Thanks for the update. But i want the process builer to built on Event object and then updated say Event Title (on event ) with its Contact's title value.
In the above , you are building on Contact .
Regards,
Pallavi
You might have to write a trigger or a flow to acheive your requirement. Below references might help you
Thanks,
Sarvani