Hi! Great question — there are two separate issues here, both documented on Microsoft Learn.
Issue 1: Date Picker is an unsupported content control
The most likely cause of "The selected file contains no template elements" is that your template uses a Date Picker Content Control, which is NOT supported by the Word Online (Business) connector.
The connector docs explicitly list these as unsupported:
- Rich Text Content Control
- Building Block Gallery Content Control
- Date Picker Content Control (most likely your issue)
- Check Box Content Control
- Legacy form controls
Supported controls: Plain Text, Combo Box, Drop-Down List, Image, and Repeating Section Content Controls only.
Fix: Replace your Date Picker content control with a Plain Text Content Control, give it the same Title and Tag, save the .docx, and re-select the file in the flow. The connector will then detect the template elements correctly.
Issue 2: DLP policies can block the connector
Yes — DLP policies can absolutely block the Word Online (Business) connector. It is classified as a Premium connector for both Power Automate and Copilot Studio. In a sandbox environment, if the DLP policy places it in the Blocked data group, the flow will fail when called from your Copilot Studio agent.
To check: go to Power Platform Admin Center → Environments → [your sandbox] → Data policies and confirm that Word Online (Business) is in the Business or Non-business group, not Blocked.
Summary checklist:
1. Remove Date Picker controls → replace with Plain Text Content Controls
2. Confirm Title + Tag are set on each control (Developer tab → Properties)
3. Save the .docx to OneDrive for Business (Microsoft Graph-backed library)
4. Check DLP policy — ensure Word Online (Business) is not in the Blocked group
5. Re-select the template file in the flow action after making changes
Found this helpful? Please mark ✅ "Does this answer your question?" so others searching for the same issue can find it quickly. A 👍 on "Was this reply helpful?" or a ♥ Like is also much appreciated!