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
MarissaMMarissaM 

update fields on the Account page of a Contact based on when contact record fields change

I've tried several times to build a Process to update fields on the Account page of a Contact based on when contact page fields change. Two separate updates, neither working.

We have Accounts being auto-created every time a Contact is created (as Households, but the object is still Account, long story) - I want the Account email field to be filled in with the Primary Contact's email when created. No matter what I try this doesn't seem to be firing

I have a custom field, Support Team, that is on Contacts and we basically copied on to Accounts - I want for that field, every time it's updated on the contact page, to update on the Account page.

Tried criteria (and a combination of these):
- when conditions met, email field changed=true, update Account field
- "no critieria, just execute"  email field null=false

What am I missing?! Thanks!