Forum Discussion
Rares1055
Jul 25, 2023Copper Contributor
Moving files with Power Apps/Automate
Hello users, I need for my Sharepoint to create in Power App a way so a file it's moved automaticaly when a new is added. To be more explicit: 1. I have a folder for Document. I add a new...
Jul 25, 2023
Don't know how you are managing the upload, but if you are using a flow which I assume, you would start with a condition, checking for the filename by doing a get files action and utilizing the Odata filter then you can check the count of the returned items array. If it's not empty then you can move that file somewhere else, then proceede with your create file action.
- Rares1055Jul 26, 2023Copper Contributor
That's my flow. Where is "Move file" should move the old file and after that creat the new one.
Can you help please?