I have an agent created in Copilot Studio that operates based on topics. At a certain point, it uses the Create Generative Answers action to generate content, and then calls an agent flow to populate a Word template using the Populate a Microsoft Word Template action.
The flow works well overall, but I’ve encountered a limitation: the Word control fields in the template do not support rich text formatting when populated. Even if the generated content includes formatting (e.g., bold, bullet points, line breaks), only plain text is inserted into the Word document, which compromises the final layout and readability.
Is there any workaround or alternative approach to preserve rich text formatting when populating Word templates from Copilot Studio flows?