Using many for loops and if statemets inside a for loop

I have a scenario where I have scraped web data and stored in a data table. Now I am trying to loop through all the rows of the data table and for each row, I need to add some files related to that particular data table row inside a website and then go to the next row and repeat the same. How can I achieve this task? Herewith I am uploading the zip folder.
sample.zip (18.9 KB)

@vivek_Chowdary

You can achieve the same by finding specific selector for each particular row from website. Iterate through each row and use other activities(ex, Click on link, upload file) to add files with row wise specific selector.

@singhonkar

I already tried many times. But its not working.

If possible, Can you please share the screenshot of web data available on website.

image