Hi Power apps experts,
I have a huge sharepoint library with a lot of files.
From my power app, a user should be able open a specific file from the sharepoint library.
In detail, the power app should search for a folder in the sharepoint library and then display the files in that folder.
Then, the user should be able to click on the file and open/download it.
Normally I would do this using a form and attachment control.
But, I am not able to read sharepoint library into a form.
What is the best way to achieve this?
I am also open to convert the sharepoint library to sharepoint list, because list works better with power apps. But, I have no idea how to easily convert a library to a list.
Note: The power app should only be able to display and open files, not upload.
Any help would be much appreciated. Thanks!