
Announcements
I am trying to create an App which for which I want help with the following functionalities:
1) Creating a flow such that I am able create a Sharepoint list using the excel file which I have uploaded on the App.
2) Create a functionality which enables me to delete any pre-exisiting excel files in the specified document library on the Sharepoint.
Kindly help me out with the aforementioned asap. Thanks in advance.
Hi @Anonymous
Step 1 would be to give the option to user in a PowerApps to add file (excel)
Netx step would be to post the file to Flow
https://www.youtube.com/watch?v=5XsWgVnR7SU&t=514s
Next step would be to first delete the existing excel file
You can use Get Items action to get all files in a document library in Flow
and then use Delete File to remove the file
Next step would be to post the new excel file to the lIbrary
Create file action
I do not have an exact example but the video above will help you post files to a SharePoint document library from PowerApps
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly