I am trying to fetch data from a view in SQL Server using PowerApps. However, the gallery is not showing more than 100 rows and my view has almost 100000 rows. I found out that the gallery uses lazy loading and so will load only a few items at a time. I need all these data in the gallery to write it to a csv file and store it in the Azure blob storage.
Does anyone know how to fetch large amounts of data into my gallery and write to a file? Thanks in advance.