Hi.
Been a while since I was here... but I have just created a flow that I can trigger on a file in a folder... the flow then gets all the files in that folder.
It then goes into an excelfile to get a table of contacts in which I have created a column with the filename for each contact.
After that I have two For each loops that goes through each line from the excelfile and each file in folder and when it finds the right file for the right contact it sends an email to that contact with the corresponding file.
And this I got to work... but there is 19 lines and 19 files... and of course that causes the flow to do 361 loops (one for each combination).
But I want to learn... so now I wonder if there is anyone who knows a "better way" to send the right file to the right contact.
Thanks in advance for any suggestions!