I've got a automate flow which works 80%.
The flow goes like this;
a file gets uploaded to a sharepoint folder, the flow starts and reads the file name.
The first part of the filename is a number which the flow compares to a table in a spreadsheet and creates copies of the said file with names based on columns from the table.
Not I have multiple rows in the table, so it needs to create the same file with different names, however - it seems to only take the first result from the table and recreate it over again.
Here's my flow;


Appreciate all help I can get!