Hello everyone,
I have made a flow that it is getting a HTML file from SharePoint Library it's updating some data (stored in a excel file also uploaded in SharePoint Library) and update the HTML file.
Files used:
HTML file:

Excel file for data updating:

As i was saying - the flow picks that label made in HTML and updates %code1,2,3,4,5% with info from excel file.



The flow is working perfectly !

Note*: Excel table contains 2 rows !
Now comes my question:
What needs to be done so this flow will iterate through the excel table and create as many labels as rows number in the excel table ? In my table, there are 2 rows, but at this moment the flow is picking only the first one.
Thank you in advance for your support !