Hello everyone! I have a CSV file that is updated every day in a sharepoint folder. I would like to consume this CSV within Power Apps.
I don't need to insert data, just consume in a table for example
how can I do this?
Ty!

Hello everyone! I have a CSV file that is updated every day in a sharepoint folder. I would like to consume this CSV within Power Apps.
I don't need to insert data, just consume in a table for example
how can I do this?
Ty!
Power Apps won't be able to consume/have a data source that is a file within SharePoint. It can use SharePoint, but as far as 'consuming' aka using the file as a data source, that will be tricky.
Technically, you would need to move that data into a more consumable location. You can consider using a Data Flow, to move the data from your file into a SharePoint list as rows, or even CDS (if licenses are not a restriction).
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/create-and-use-dataflows
This uses the Power Query syntax and is typically very straight-forward to move flat data like CSVs into other locations.