Announcements
Hi
Did anyone else notice this? There is no option to create a sharepoint folder from Power Automate Desktop?
Hi @gs00001
Yes, but i hope power automate will add in future updates
If you want to add folder in sharepoint via power automate desktop, use api to do that
see below
https://learn.microsoft.com/en-us/answers/questions/805011/creating-folder-in-sharepoint-site-from-postman
Hope it helps !
Mark it as solution if it resolves your query !
Hi,I suggest you use the Create File action to create a temporary file in a new folder and then delete the temporary file.
1. [Get temporary file] action Create a temporary file(%TempFile%)2. [Convert file to binary data] action %TempFile% to %BinaryData%3. [Create file](SharePoint) action Site Address: (Example) https://contoso.sharepoint.com/sites/sitename Folder Path: NewFolder Path File Name: %TempFile.Name% File Content: %BinaryData%4. [Delete file](SharePoint) action Site Address: (Example) https://contoso.sharepoint.com/sites/sitename File Identifier: %CreateFileResponse.Id%5. [Delete file] action Delete %TempFile%
Regards,kinuasa
Thanks, that worked. Appreciate it.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 470
Haque 416
David_MA 344 Super User 2026 Season 1