Skip to main content

Hi everyone!

 

I have a very simple scheduled flow that is supposed to send an email to and update a collection of records.

 

Instead it sends me an error message per record that it's unable to obtain exclusive access to the parent record of my record recollection (that's what they have in common and it's another object), although I'm not updating anything on the parent.

 

On top of that it is still sending the email alert to each item in the loop - about 450 times.

 

How do I get out of my misery?

3 respuestas
  1. 13 sept 2022, 11:11

    Solution: Never loop in scheduled flows. :-) Instead simply add the Action(s) that should fire for each record after the Start Filter Conditions or a Decision, if a formula is involved. Don't mix Start Filter Conditions and Decision though or you'll end up with the same problem. 

0/9000