Troubleshooting: Control 2.19 - Customer AI Disclosure and Transparency
Last Updated: January 2026
Common Issues
| Issue | Cause | Resolution |
|---|---|---|
| Disclosure not showing | Greeting topic misconfigured | Verify greeting topic has disclosure as first message |
| Escalation not working | Trigger phrases not recognized | Check escalation trigger configuration |
| Disclosure not logged | Logging action missing | Add logging step to conversation flow |
| Periodic reminder not appearing | Threshold not tracked | Implement message count/time tracking |
| Wrong disclosure level | Zone classification incorrect | Verify agent zone classification |
Detailed Troubleshooting
Issue: Disclosure Not Appearing
Symptoms: Users can interact without seeing AI disclosure
Diagnostic Steps:
-
Check greeting topic configuration:
Copilot Studio > Agent > Topics > Greeting Verify disclosure is first message node -
Check topic trigger:
- Greeting should trigger on conversation start
-
Verify no conditions blocking disclosure
-
Test in different channels (web, Teams, etc.)
Resolution:
- Add disclosure as first message in greeting topic
- Remove any conditions that bypass disclosure
- Ensure topic triggers on all channels
Issue: Human Escalation Not Triggering
Symptoms: Users ask for human but stay with AI
Diagnostic Steps:
- Test escalation trigger phrases:
- "human"
- "representative"
- "speak to someone"
-
etc.
-
Check escalation topic configuration:
Copilot Studio > Agent > Topics > Escalation topic -
Verify escalation action (transfer, ticket, callback)
Resolution:
- Add missing trigger phrases
- Verify escalation topic is published
- Check transfer queue/action is valid
- Test end-to-end escalation flow
Issue: Disclosure Not Being Logged
Symptoms: Compliance cannot find disclosure records
Diagnostic Steps:
- Check logging action in conversation flow:
- Should occur after disclosure is sent
-
Should capture required fields
-
Verify Dataverse/logging connection:
- Connection is valid
-
Table exists with correct schema
-
Check for errors in flow execution
Resolution:
- Add logging action if missing
- Fix connection credentials
- Create logging table if missing
- Correct field mapping errors
Issue: Periodic Reminder Not Appearing
Symptoms: Long conversations don't get reminder
Diagnostic Steps:
- Check reminder tracking:
- Message count variable
-
Session time tracking
-
Verify reminder topic trigger:
- Condition: count > threshold OR time > threshold
-
Topic exists and is published
-
Test with extended conversation
Resolution:
- Implement message/time tracking
- Create and publish reminder topic
- Adjust threshold if too high
- Test trigger conditions
How to Confirm Configuration is Active
Disclosure Delivery
- Start a new conversation
- Verify disclosure appears first
- Check disclosure content is complete
Human Escalation
- Say "human" or "representative"
- Verify escalation offers appear
- Test actual transfer if possible
Logging
- Complete a test conversation
- Query disclosure log
- Verify record exists with correct data
Escalation Path
If issues persist after troubleshooting:
- Copilot Studio Admin - Agent configuration
- Compliance - Disclosure content requirements
- Legal - Regulatory language questions
- Microsoft Support - Platform issues
Known Limitations
| Limitation | Impact | Workaround |
|---|---|---|
| No native disclosure feature | Must implement manually | Use greeting topic |
| Escalation limited by channel | Some channels don't support transfer | Offer callback option |
| Session time tracking complex | Hard to implement | Use message count instead |
| Disclosure acknowledgment not native | Cannot force user confirmation | Log delivery; consider approval step |
Back to Control 2.19 | Portal Walkthrough | PowerShell Setup | Verification Testing