Hi all,
I am brand new to Power Automate but have at least a little Power Apps experience. I am working on creating an enrollment tracker for my organization's preschools. I already have an instant cloud flow set up that when a new child is added, a folder with their name is automatically created in a SharePoint Library titled 'New Enrollments'. I am hoping there is a simple way for me to allow users to upload documents to that new subfolder from the Power App. There are a couple ways I think would work:
1. Having an 'upload documents' button where a window pops up with all subfolders displayed, allowing the user to select which subfolder to upload the documents to (not ideal but it'll work).
2. Writing some kind of code that auto-selects the correct subfolder to upload documents to, so the user can just click an 'Upload documents' button and not have to manually search for the correct folder.
The initial child folders are created based off of the name the user inputs into a Form, so that the file and the Power App forms have the exact same name. I feel like maybe there's a way to use this (something like an upload to Selected.Gallery1.ChildName), but I have no idea if that's correct.
Thanks in advance!