"Post adaptive card and wait for a response" has different inputs options when directly creating inside copilot studio as a tool

Abhishek Srivastava 1 Reputation point
2025-11-07T13:15:03.9266667+00:00

HI Team,

I am creating a topic inside copilot studio and trying to add "Post adaptive card and wait for a response" but the input options shows "recipient" and not able to figure what should we put there or in what format. I have tried putting my emailids, tried putting channelid, Group id, nothing works.

I have tested the "Post card to chat or channel" and its working fine, and it doesnt have recipient input. It automatically gives the drop down to select the channel or group chat.

I want to use "Post adaptive card and wait for a response". Kindly let me know what needs to be put in "recipient" and in which format ?User's image

Microsoft Copilot | Microsoft 365 Copilot | Development

1 answer

Sort by: Most helpful
  1. Karan Shewale 2,585 Reputation points Microsoft External Staff
    2025-11-10T07:20:49.0966667+00:00

    Hi Abhishek,

    The "Post adaptive card and wait for a response" action is now deprecated for Microsoft Teams, which is why the Recipient field does not work with email, channel ID, or group ID.

    Why it fails: This action only supports 1:1 chat with a Teams User ID. It does not work for channels or group chats. Microsoft has deprecated it for new use cases.

    If you still want to use it: You must provide the user’s Azure AD Object ID (GUID) in the Recipient field.

    Example:

    b2c51cd9-05ff-4d32-9e6e-92c2b23a8a47
    

    Find it in: Entra ID → Users → Select User → Object ID

    Recommended Updated Approach (Supported): Use this pattern in Copilot Studio:

    Use Post card to chat or channel to send the Adaptive Card.

    Capture user response using either: • Bot message with action buttons • Power Automate with a “wait for response” flow

    This is the stable and supported method for Teams.

    Official DOC for reference:

    https://learn.microsoft.com/en-us/connectors/teams/?tabs=text1%2Cdotnet#post-an-adaptive-card-to-a-teams-user-and-wait-for-a-response-%5Bdeprecated

    Thank you.

    Karan Shewale.

    If this response resolves your issue, please Accept the answer and, if helpful, click the “Upvote” button. Your feedback helps us improve and assist others more effectively.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.