Hello,
I’m reaching out for help as I’m beginning to question my sanity! I’m trying to build a flow with a dataverse connector that whenever triggered by a new row is created, the flow creates a share point folder named after the user’s team. Additionally, the flow checks if the folder already exists, if it does i doesn’t create a new folder to avoid duplicates. However, my flow is failing at the create new folder (User’s Team). So far my flow looks like this:
1. Dataverse: When row is added> Table Name > Scope: Organization>run flow as row owner.
2. Action: Get Folder Metadata > select file path
3. Condition: Sharepoint connector > body is equal to null > Yes >Action: Get Row ID: Team Table > Owning Team Name
4. Action: Create Sharepoint folder > folder path “Team Name”. (this is where it fails. Error says “bad request” “path for folder is not provided”.
I’m so confused as I the path is established in the previous step.
Any suggestions, tips, or assistance will be greatly appreciated. thank you!