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
Adam Harris 8Adam Harris 8 

Creating a custom object child record when a custom object parent record is created process builder

I would like to create multiple child records once a parent record has been created via process builder. When I try to create a new record, I start the process with the parent object, I do not have an option to create a record on the child object. The only avaiable object from the same app is the parent of the parent object. 

I'm assuming the relationships I have in place may be the issue? 

Is there a cap on objects that are available to create a record with in Process Builder?
ihssan tazinyihssan taziny
Hi Adam

You can use the trigger on the parent object to create the number child records you need, because in Process Builder the "Update Records" Action, is the option that allow you to make change on related RECORDS, but "Create Record" option will allow you to create only one record.