Hello!
I have a working flow that creates a file (or files) according to a SP list filter.
How many files are created each time, is never the same, so I create each file through a loop.
After this, through an array variable, I get all paths from those created files and I email them.
But I can only email each file separately inside the final loop
This is my flow:
Is there a way to email all created files in just one email after the loop??