Hello, I've successfully integrated SharePoint with my portal, and everything is working as expected. However i want to modify the current functionality of the SharePoint folder creation process. Currently when a user accesses the upload area for the first time through power page, a SharePoint folder is automatically created for them. I'd like to automatically create subfolders within this initial folder, with specific names, so that users can upload files directly to these designated folders without having to create them manually. I am trying to create an automate flow to achieve this but not able to. Could you please provide some guidance on how to achieve this?
Additionally, My thought process is that it is somehow tied to Document Location Table in power Pages . My Main table , MyTable must have some reference to document location table, which lets it know that the next step of the multistep form will be upload within the same location. So i was thinking of creating a record in Document location table, basically creating a main folder in sharepoint first then in document location. Only drawback or blocker for this is that i don't know how MyTable Reference the location stored in document location table. Please sugesst.