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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / How to get topic detai...
Copilot Studio
Unanswered

How to get topic details (like it name)

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello everyone,

 

I am new to Power Virtual Agents and i am trying to understand if there is any way i can collect topic information like it name.

 

I am trying to collect this to automate and send an email with this information.

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

    Hi @Anonymous,

     

    Topic configurations are stored in the Chatbot subcomponent (botcomponent) table in Dataverse.

     

    You can access them through a Power Apps model-driven app, if you navigate to https://{DomainName}.crm{RegionNumber}.dynamics.com/main.aspx?forceUCI=1&pagetype=entitylist&etn=botcomponent.

     

    You can further filter Chatbot subcomponents:

    • To only include topics: ComponentType = Topic (there are 2 options for Topic, 0 and 9).
    • To only include the topics for a specific chatbot:
      • For production version of PVA, with the Chatbot subcomponent ↔ Chatbot (bot_botcomponent) many-to-many relationship.
      • For preview version of the unified authoring version of PVA, with the parentbotid (parentbotid) many-to-one relationship.

     

    Example of that these queries look like using the Web API:

    • Production version of PVA: https://{DomainName}.crm{RegionNumber}.dynamics.com/api/data/v9.2/botcomponents?$select=name,componenttype&$filter=bot_botcomponent/any(o:o/botid eq '{BotId}') and (componenttype eq 0 or componenttype eq 9)&$count=true
    • Preview version of PVA: https://{DomainName}.crm{RegionNumber}.dynamics.com/api/data/v9.2/botcomponents?$select=name&$filter=_parentbotid_value eq '{BotId}' and (componenttype eq 0 or componenttype eq 9)&$count=true

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 835

#2
Vish WR Profile Picture

Vish WR 294

#3
Haque Profile Picture

Haque 248

Last 30 days Overall leaderboard