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
Edmondo PorcuEdmondo Porcu 

Troubleshooting Exception in Process Builder (

One of my process fails when I am importing many records as a part of an ETL job with the following exception: Record rolled back because not all records were valid. In the email I receive it is mentioned a generic "Record rolled back because not all records were valid and the request was using AllOrNone header".  

So far the only solution I have found is to look at each record and see if I spot a validation problem (field too long). Obviously, as I run this as a part of an ETL process, this is very time consuming.

Is there a better way to investigate the issue?