I would suggest you to use the activity for each row,
You need to set up a read range activity, withing an excel scope activity, this way you can read all the data from the excel, at this point you have to create a variable for the data you have read.
Create a variable for the data you just read on the activity properties, the section output. (The easiest way to create a variable is to use “Ctrl + K”)
You need to insert the mentioned for each row activity,
You need to indicate the the data table (the variable you created for the read range activity)
Inside the for each row activity you need to put the flowchart you have created with your automation.
*Note that you will need change the name of the item you are looking for. here is a XAML file to point you in the right direction.