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
Donald Reagan 3Donald Reagan 3 

Process builder: When a Master record is updated, I want to update a field in Account which is related to a detail field related to the Master record.

MasterA --->DetailA--->Account. 
DetailA has a master detail relationship to both MasterA and Account.

Whenever fieldA is updated in MasterA, I want to update a field in Account which is related to DetailA. MasterA and Account are not directly related but only through DetailA.
Can I do this in Process builder? Can I go more than 2 levels in Process builder?