I've searching for a while with my friends Bing and Google for this answer. How do I get Power Automate to analyze data in an Excel file that's NOT in a table. So I have a large spreadsheet created by another system (it's an export report). There are 14,000 rows and column A thru L all have data in them. To help visualize this I created the test data below (not real data). So, I need to search for "owners" under the "Role" column and then get their "DisplayName", "Company" and "Mail" address. I'm going to write that data to a SharePoint list, but I'm fairly curtain I can figure that part out on my own. I just can't figure out the Excel Connector.
| DisplayName | LoginID | Company | Role | Mail |
| Westley, John | jwestlee | Westside Branch | Employee | jwestlee@automagictone.com |
| Mackin, Jon | jmackin | Eastside Branch | Owner | jmackin@automagictone.com |
| Wesseling, Bert | bwesseling | Westside Branch | Owner | bwesseling@automagictone.com |
| Brent, Lisa | lbrent | Corporate | Owner | lbrent@automagictone.com |
Your response is greatly appreciated.