Hello everybody
I'm quite new at this and I'm having a lot of trouble to resolve this issue that I have. This would be the flow steps:
1. Manual trigger the flow
2. Get items Not OK items from the list and filter accordingly to each department
3. Create parallel branch to send emails to each department
4. Create HTML table
5. Send email
The main problem that I'm facing here is the "apply to each". If I keep "send email" inside the loop it will send one email per each item but if I managed to move it after the "apply to each, I get one email but all the info nested in an array and scrambled (see image below of one of the branch).
The weird thing is that I've seen videos of people creating flows like this and the don't get the apply to each automatically and it works just fine, I also tried all design and samething. Thanks, in advanced!