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

Notifications

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
    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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Copilot Studio

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 250 Super User 2025 Season 2

#2
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 197 Super User 2025 Season 2

#3
S-Venkadesh Profile Picture

S-Venkadesh 103 Moderator

Last 30 days Overall leaderboard