I have an automation process where I do some stuff and then I need to send a report of the job to an given email named in a excel sheet.
For each time the automation process runs, it can contain various excel sheets each with different or the same email addresses based on which employee the case belongs to.
I fetch the email adresses in the queue process, and are stored in Orchestrator.
My problem is that for each employee I’d like to report only on their cases, and by now the report is only sent to the first email in the array.