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
Veeru AVeeru A 

process builder doesn't fire reliably on insert

I am trying to use Process Builder to update a Lead record on create or update. It fires OK on Update but it does not seem to fire on Create reliably.
To test, I am just sending an email alert to see when it fires and it seems to fire ok on:

1) Create in UI
2) Update in UI

It does NOT seem to fire on:
1) API Insert from a Form
2) Insert Leads using the Insert tool on the SF Lead Page (just 2 records) .

Is this still fundamenatlly Beta code..should I cut my losses and just do it all in a trigger?