Skip to main content

Hi Everyone!

 

I have a scheduled flow that invokes the Send HTML apex callout from unofficialSF to send emails out when something is not right with the data entered. When the flow runs to process 10 records at a given time and the emails are supposed to be sent only for 3 among 10 of them, the flow fails with this exception - The number of results does not match the number of interviews that were executed in a single bulk execution request.

 

Any suggestions how to fix this? The invocable method to send the email is  bulkfied - the input is a list of request object and output is a list of response object

2 Kommentare
0/9000