I have a SharePoint list holds that holds district information.
I have an excel file that has the district information as a column (Title) and for each district there is a supervisor.
Excel file example:
Title Supervisor
1 Paul
2 Ray
3 Smith
4 Jimmy
5 Dan
SharePoint List has
in the district Column
1
2
3
4
5
What I want to do is match the SharePoint list District to Excel File District
and I then want to use that information in a Select Needed Column

I want to get the information sent as a daily email, with the various columns in the email. however, when I try to match the SharePoint list district to excel file district I create an apply to each.. I do not want the apply to each.
I just want each SharePoint list item be a row on my email.