I have an issue and need advice and direction. I want to use an excel file as a datasource, but I get the following error when connecting : "Number of rows in the table exceeds maximum supported number of rows when populating a column. Number of rows: 67740, maximum supported: 64000." There really is not way to filter the excel file as it is a daily file generated from SAP data. And the number of actual records is variable on a day-to-day basis.
I am building an app that needs to query this data and only get records that match the selected employee number. Should I build a power automate job that runs on the gallery selection and goes out to the file and returns only the rows (from an oData query) and writes those to a temporary sharepoint file, or collection in the power app? That seems convoluted. Just wondering if there is an easier way to do this without going the Dataverse route (as I am not sure about premium licensing).
Thanks for the advice.