Forum Discussion
KanchanKumbhar
Jun 12, 2025Copper Contributor
Repeated Connection Prompts and "Send Failed. Retry" Errors When Using SharePoint Lists in Copilot
Hi everyone, I'm working on integrating SharePoint lists as a knowledge source in a Copilot agent. The setup works initially, but I'm encountering persistent issues when testing the agent or accessi...
Martin-Apps4Rent
Jun 16, 2025Iron Contributor
Yes, you can store the full conversation between the user and the agent in a custom Dataverse field. You’ll need to use Power Automate to capture messages during the chat. Create a cloud flow that triggers on each message (user + bot), appends it to a variable, and finally writes that full text into your Lead > Conversation multiline text field. It’s not built-in by default, but this method works well.