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 / Trying to automate res...
Copilot Studio
Unanswered

Trying to automate responses from Copilot Studio to Teams Channel

(2) ShareShare
ReportReport
Posted on by 9
I am able to post the conversation ID to the teams channel but I am not seeing a way from the response I am getting from Copilot Studio to send this over to as an output to Teams.  When I research this it says to put the copilot into edit mode to change the code, but I am only seeing the Peek view which is read only. I'm sure this could be something easy, but other times recommendations were to scrap it and start over, but I am still not seeing a way to change the code. I have tried to add a topic that is specific here and recommendations said to change the topic message to be "output" but I am not seeing that either. I think many of the recommendations I am getting from copilot or chatgpt are from older versions which are not helpful. 
 
This is for just a sample movie picker of the week that I want to schedule a copilot prompt to pick a movie weekly, and then send that message to a Teams Chat. I think I'm close, just something isnt correct on either the Copilot message not sending the output (although the Testing areas is working great), or something on the topic?
 
Thanks!
I have the same question (1)
  • Romain The Low-Code Bearded Bear Profile Picture
    2,124 Super User 2025 Season 2 on at
    Hello :)
     
    Lot of information, thanks a lot for describing. I m not sur i understand what you wana achieve , i will try to repeat to be sure :) correct me if i m wrong
     
    Step 1 : you personnaly receive (weekly) in a personnal team message a list of film and you want to choose one
    Step 2 : you want to send this message to a team channel ?
     
     
    here is how i will do the power automate 
     
    Teams – Adaptive Card + wait for response
     
    1. In your flow, add the action Microsoft Teams → “Post an adaptive card to a user and wait for a response”.

    2. Target the user (UPN or display name).

    3. Paste a simple Adaptive Card like this (asks the question and captures text):

    {
    "type": "AdaptiveCard",
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.4",
    "body": [
    { "type": "TextBlock", "text": "I have a question:", "weight": "Bolder", "size": "Medium" },
    { "type": "TextBlock", "text": "<<YOUR QUESTION HERE>>", "wrap": true },
    { "type": "Input.Text", "id": "response", "isMultiline": true, "placeholder": "Type your answer here..." }
    ],
    "actions": [
    { "type": "Action.Submit", "title": "Send" }
    ]
    }
     
     
    1. After this action, the value is available via the dynamic content token response.

      • Optionally, add a Parse JSON step with schema:

      {
      "type": "object",
      "properties": {
      "response": { "type": "string" }
      }
      }
    2. You can set a timeout 

    Last send the choosen answer to user with teams action.
     
     
    No copilot studio here. If you need some generative IA for the list, you could in a second time, when this part is ok, try few new action with Prompt Gen IA from power automate. OR try to do everything but called from a copilot studio agent and send as a parameter of your flow the film list : this could help a lot : GitHub - luishdemetrio/copilotstudiotrigger

     

     

    I hope this help you :) check "answer" is ok below it's important for community if it's the good answer :)

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 261 Super User 2025 Season 2

#2
Romain The Low-Code Bearded Bear Profile Picture

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

#3
S-Venkadesh Profile Picture

S-Venkadesh 93 Moderator

Last 30 days Overall leaderboard