Hi!
I have a flow in which I analize separately the content of 4 excel files, and keep only those who have data.
The idea is to send an email only with files having content (not empty)
So, I managed to do that, but in the end, when i compose the send email part, I need to stablish the 4 files, and when some of the files are empty, the flow fails.
What I need is the versatility of the email being send with 0 , 1 , 2 , 3 or 4 files, according to the content
ny idea?