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
rornelasrornelas 

Create event record upon update on record using process builder

Hi Team,

I have a process builder that is running on my check-in object. I only want it to create an event when a certain field is updated. Basically, in our world, a check in the record contains a check out as well which is just a field that gets populated when the user checks out. 
 
Shubham_KumarShubham_Kumar
HI romelas

You should put the field update criteria (like certainField  isChanged true ) in the action criteria and then in the action select Create Record action and populate the values of field of that object