Multiple topics need the same "verify employee ID" conversation steps before continuing. What is the best authoring pattern in Copilot Studio?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Shared verification belongs in one reusable topic — like a shared function — that other topics call. Copy-paste nodes multiply bugs when the policy changes.
Full explanation below image
Full Explanation
Topic redirect / reusable topics reduce duplication and centralize changes for common sub-dialogs such as identity verification, address capture, or confirmation.
Option A is correct.
Option B increases maintenance cost and inconsistency risk.
Option C breaks conversational flow and may not return data cleanly.
Option D does not perform user verification at all.
Exam tip: Reuse via redirect/child topics and variable handoff.