Hello community,
I would like to ask a question.
I have a flow which triggers when a new email arrived with attachments.
For each attachment, it is creating a file in OneDrive, then running an excel script on top of it.
Script returns either true or false.
If script return true, those files should be send as attachment by email to different email adress.
I am able to do it without any issue, but in the current scenario, it is sending seperate email for each attachment.
What I want to achieve is, I want to check for all attachments, and then send in one email which returns true. (let's say 4 of them returns true, I want to send all of them in one email.)
To be able to achieve this, I tried to create array, however it did not work as expected.
Could you please advise me, how can I proceed and achieve this?
I am also open for any feedback about any possible improvement for existing flow.
Thank you!