Mar 24 2023 03:15 AM
Hello All,
I was wondering if there is anyway to create a Power Apps flow that does the followings:
1-) Create a folder
2-) Create multiple sub-folder in the folder that is created in step-1
Like this one:
https://www.youtube.com/watch?v=xF-EKKgLSvs
In the video above, users have to go to Power Apps portal and run the flow from there.
My requirement is:
I need the create folders flow button to be in the SharePoint document library so that users don't have to go to the Power Apps portal to run the flow.
Mar 24 2023 05:40 AM
@Naligurtan You can create a power automate flow as shown in video to create folders and subfolders. Then you have below two options to create a button in SharePoint online document library:
Use these links for more information:
Similar thread: I made a flow! Now how can I let others use it?
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs
Aug 15 2023 07:00 PM
Aug 16 2023 01:54 AM
@Wibisono1340 Which action are you using for creating the folder? Did you already extracted the name for folder or you need help with it as well?
If you have already extracted the name for folder, use Create folder action in the Power automate flow and pass the extracted name for folder using dynamic content in the flow.
Please consider giving a Like if my post helped you in any way.
Aug 16 2023 02:57 AM
@ganeshsanap I used outlook email as receiver as the trigger, then I extracted words from subject to create folder name. Split subject text is for splitting subject words, extracted subject 1-3 are for each word that is extracted
Aug 16 2023 02:59 AM
@Wibisono1340 However, it took longer time to do it.