Hello Artem,
Copilot Studio has a 5-digit DTMF limit per prompt. To handle longer inputs like 14-digit phone numbers:
Split into multiple prompts (e.g., ask for area code, then next digits).
Use #
as a termination key so users can enter all digits then press #
.
Use a custom bot or plugin (e.g., Bot Framework) to override the maxDigits
setting.