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
Stefaan Somers 11Stefaan Somers 11 

Scheduled flow handle validation errors

I have a scheduled flow that will try to update the status from records once they are expired. So I is an Assignment and Update element for this. But certain records cause validation errors. But once you got a validation error it will not process the other records.

How can this be solved?
ShirishaShirisha (Salesforce Developers) 
Hi Stefaan,

Greetings!

Validation rules fires before saving the record,so you would need to make sure that the records value should not meet the criteria to fire the validation rules.

Please mark it as best answer if it helps you to fix the issue.

Thank you!

Regards,
Shirisha Pathuri