web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / Power Virtual Agents l...
Copilot Studio
Unanswered

Power Virtual Agents log details

(0) ShareShare
ReportReport
Posted on by 2

Understand conversation transcripts - Power Virtual Agents | Microsoft Learn

Power Virtual Agents log details are stored in the conversation transcripts table in Dataverse, but it does not store who is chatting with the robot.
Do we have a way to get who is chatting or is this not safe.

Categories:
I have the same question (0)
  • HenryJammes Profile Picture
    Microsoft Employee on at

    Have you tried with adaptive cards?

    2023-01-18 12-30-29-833 Designer__Adaptive_Cards_and_9_more_pages_-_Micros.gif

     

    For example in https://adaptivecards.io/designer/, I used the below JSON in the card payload editor:

     

    {
     "type": "AdaptiveCard",
     "body": [
     {
     "type": "ColumnSet",
     "columns": [
     {
     "type": "Column",
     "width": "stretch",
     "items": [
     {
     "type": "TextBlock",
     "text": "New TextBlock",
     "wrap": true,
     "style": "heading"
     }
     ]
     },
     {
     "type": "Column",
     "width": "auto",
     "items": [
     {
     "type": "ActionSet",
     "actions": [
     {
     "type": "Action.ShowCard",
     "title": "",
     "card": {
     "type": "AdaptiveCard",
     "actions": [
     {
     "type": "Action.Submit",
     "title": "1. Action",
     "data": "Action 1"
     },
     {
     "type": "Action.Submit",
     "title": "2. Action",
     "data": "Action 2"
     }
     ]
     },
     "iconUrl": "https://img.icons8.com/ultraviolet/512/chevron-down.png"
     }
     ]
     }
     ],
     "horizontalAlignment": "Right"
     }
     ]
     }
     ],
     "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
     "version": "1.5"
    }

     

     

    Documentation on using adaptive cards is available here: Use Bot Framework Composer adaptive cards in chatbots - Power Virtual Agents | Microsoft Learn

     

    I've also written about creating dynamic adaptive cards here:

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 303

#2
chiaraalina Profile Picture

chiaraalina 108 Super User 2026 Season 1

#3
Michael E. Gernaey Profile Picture

Michael E. Gernaey 94 Moderator

Last 30 days Overall leaderboard