Forum Discussion
AhmadRiaz
Jun 16, 2025Copper Contributor
How to store full user–agent conversation in a custom Dataverse field?
Hi everyone, I'm working with Microsoft Copilot Studio and using a generative AI knowledge source in my agent. I want to store the entire conversation between the user and the agent into a custom Da...
Lalit Mohan
Jun 20, 2025Iron Contributor
Hi, AhmadRiaz to store full user–agent conversations in a Dataverse field, use Power Automate triggered by the agent’s conversation events. Capture both user inputs and bot responses, then append them to a multiline text field in your custom table (e.g., Lead → Conversation). Ensure the flow handles session tracking and text formatting for clarity.