Notifications
Announcements
Hi ! I am developing a Co-pilot and one of my requirement is to Store Complete conversation with Co-pilot . Can anyone help me out on this ? How can I achieve this ?
Good morning,
I hope you are doing well. In the analytics tab of copilot studio, you can access a transcript of conversations (complete conversations are stored by default for 30 days I think but you have the option to keep them).Transcripts are also stored in power apps : https://learn.microsoft.com/en-us/microsoft-copilot-studio/analytics-sessions-transcriptsHope it helps,Have a great day !
I'm interested in too:they requested to me to allow to the user (if he desires it) the download, on a txt file, of the transcription of the entire conversation/session at the end of it.Would it be possible in copilot?
Hello,I hope you are doing well.Forget what I just said and read the message right after this one.Have a great day.
See if this helps: Solved: Re: I want to retrieve user bot conversations usin... - Power Platform Community (microsoft.com)
Argh if I add token information on bot start it fails...I add it here, is it right?
const store = window.WebChat.createStore( {}, ({ dispatch }) => next => action => { if (action.type === "DIRECT_LINE/CONNECT_FULFILLED") { dispatch({ meta: { method: "keyboard", }, payload: { activity: { channelData: { postBack: true, }, //Web Chat will show the 'Greeting' System Topic message which has a trigger-phrase 'hello' name: 'startConversation', type: "event", value: { DirectLineToken: token } }, }, type: "DIRECT_LINE/POST_ACTIVITY", }); } return next(action); } );
Now I understand what you're trying to do... your comment on the other thread did not have context 🙂
What error are you getting?
no error, blank canvasBrowser inspector tells me "Uncaught ReferenceError: conversationInfo is not defined at <anonymous>:1:1"
Look for errors in dev tools
I suppose it try to extract the token string from
... value: { DirectLineToken: token } ...
and this breaks all...
What is this hostname - forum.pixsys.net ?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Michael E. Gernaey 250 Super User 2025 Season 2
Romain The Low-Code... 197 Super User 2025 Season 2
S-Venkadesh 103 Moderator