I have created record trigger flow on account object. my requirement is when specific filed is update on the account record then all related custom object record status goes change. Now, on custom object records have some validation rules, triggers, flows as well. so i want error handling in record trigger flow. let say 10 records in record update and 7 sucess and 3 fail then 7 sucessful record update and for 3 error mail goes to admins. how do i achive this requirement
i'm expecting try catch functionality in record trigger flow