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 / 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,562 Super User 2026 Season 1 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

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 599

#2
chiaraalina Profile Picture

chiaraalina 170 Super User 2026 Season 1

#3
deepakmehta13a Profile Picture

deepakmehta13a 118

Last 30 days Overall leaderboard