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개
@Padmashree Ashokkumar - I'm getting the same error with a flow, could you share how you resolved the issue if you recall? TIA!