How to insert excel data with multuple columns

I am trying to have UI Path pull amazon reports for me. I need UI Path to enter the date range for each day. Example: i need a report for 10/11/20-10/11/20, and then a report for 10/12/20-10/12/20. This is the excel table i am using:
image

I am trying to make it so i can enter the Week, and then UI path will go through a loop and pull a report for each day of that week.

How can i make this in UI path?

This is what i have right now. It only pulls the report from 10/11 - 10/11 for me and then stops. it won’t loop

part 2 of the code

part 3