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
dheeraj g 10dheeraj g 10 

my process builder doesn't fire when i am updating the record,when my criteria is record created or edited using scheduled actions in process builder

I have a field enddate__c on child object Job__c and parent object is Driver__c, when enddate__c completes I want to update Picklist field on Driver__c Object.so,i have written a scheduled Actions after enddate__c completes update the parent object field.my process builder fires when i will created a new record and process builder doesn't when I update the old record?

 
Naveen PoojaryNaveen Poojary
Hi Dheeraj
For this use-case, you don't need any scheduled PB action. Write a process builder on Child object and specify the criteria, chose the action as update record and select the parent object record type and chose the picklist field and give the value for parent and save and activate the PB. it will work.
Please make it as the best answer if it helps you.