[SalesForce] Auto Populate Parent Object field from child object

is it possible to populate parent object field when child record is created without using triggers?
I have email id field in account object and there are multiple email address which are stored in custom object and added as child to account object.Whenever someone change the type of email address from public to private i need to update parent object accordingly

Best Answer

You can absolutely do this with Process Builder. When you get to the point where you are selecting your action choose Update Records. Then you can select Records related to your Account or whatever custom object you replace Account with. From the dropdown you can select a parent relationship.screenshot