At the moment, there’s no supported way to upload Word Track Changes or comments as metadata for Copilot to reason over. Converting to PDF doesn’t help either, as revisions are flattened or lost during conversion.
If revision‑aware analysis is required, Copilot inside Word currently offers the best experience, though it’s still not perfect.
Option 1: Export “Markup as text” (lowest friction)
Instead of working with Word revisions directly:
In Word, use:
Review → Show Markup → All Markup
Save a copy where:
Insertions/deletions are visible inline
Upload that file to Copilot
Copilot can now reason over changes because they’re visible text, not metadata.
Limitation: formatting can be noisy, but it works reliably.
Option 2: Auto‑extract comments with Power Automate (best balance)
Use Power Automate to:
Read document comments via:
Word Online (Business) actions
Extract:
Comment text
Author
Location (optional)
Feed the extracted comments to Copilot as plain text
Great for:
Review summaries
“List of requested changes”
Less manual copy/paste
Copilot still won’t “see” true Track Changes directly, but you avoid manual work.
Option 3: Accept changes → Diff against template
If your real goal is “what changed vs the template”, not how Word tracked it:
Accept all changes into a clean version
Compare:
Final doc
Template doc
Ask Copilot to summarize differences
This aligns best with how LLMs actually work
Often produces better results than Track Changes