Hi everyone,
I’m building a workflow using Microsoft Power Automate, SharePoint, and Microsoft Teams, and I’m facing an issue in the final step of the process.
Scenario:
A meeting recording file is generated from a Teams meeting and initially stored in OneDrive/SharePoint.
The file is then moved into a designated SharePoint folder (central repository).
A flow is triggered when the file is created in this location.
The flow sends a Teams Adaptive Card requesting multiple inputs (e.g., Name, Date, Project, etc.).
After the user submits the response:
A subfolder is created dynamically (based on input, e.g., Name/Project).
The file should then be moved into that subfolder and renamed (e.g., Name_Date).
Current Status:
✅ Trigger is working correctly
✅ Adaptive Card is sent and response is captured
✅ Folder is being created successfully
❌ File is NOT moving to the destination folder after this step
Issue:
Even though all prior steps are working, the file move action either:
Fails silently, or
Does not move the file to the newly created folder
Test works perfectly