Issue using Adaptive Toggle Action in Teams Bot

Michelle Frattaroli 1 Reputation point
2023-01-05T16:36:17.33+00:00

Hello,

I am building a feature into an adaptive card which will allow users to toggle between displaying a full text block and a truncated text block. We are using an Azure Bot in MS Teams with the .NET SDK. The issue I will be describing occurs on desktop and web versions of Teams, but not on mobile.

I'm creating two Adaptive Containers, each with a Text Block and a Select Action:


new AdaptiveContainer()  
{  
  Id = "truncated-container",  
  Items = new List
Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
745 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Prasad-MSFT 5,616 Reputation points Microsoft Vendor
    2023-01-06T06:09:45.487+00:00

    There is a bug already raised for this similar issue and engineering team is working on the fix. We will inform you once we get any further update.

    Also, you can track this issue for fix updates at github.com/MicrosoftDocs/msteams-docs/issues/7626.

    Thanks,

    Prasad Das


    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.


  2. Rajeesh M R 206 Reputation points
    2023-03-22T12:20:58.7533333+00:00

    Hi,

    The issue is fixed now.

    User's image

    GitHub reference : https://github.com/MicrosoftDocs/msteams-docs/issues/8157

    0 comments No comments