Forum Discussion

vthotigar's avatar
vthotigar
Copper Contributor
Mar 14, 2024

composeExtension not displaying potentialAction buttons/links

Hello Team,

Our organization have bot created in MS Teams, had been working properly i.e., able to view  potentialAction -> type: ViewAction. Our customers reporting, this behavior not working as expected anymore.

Steps to reproduce:
1. Goto the bot channel.
2. Goto Compose extension and try selecting the connectedCard with potentialAction -> type: ViewAction
3. Now in the chat area, this ViewAction is not visible anymore.

Example: composeExtension

 

"potentialAction": [
                     {
                       "name": "View in MyOrg",
                       "target": [ "https://Myorg.com"],
                       "@type": "ViewAction"
                     }
                   ]

 

 

Screenshot: ConnectedCard not showing potentialAction buttons


we are using "botbuilder-teams": "^0.2.9" package -> 

O365ConnectorCard, 
O365ConnectorCardViewAction to create the composeExtension.
      • vthotigar's avatar
        vthotigar
        Copper Contributor

        Hi Vaibhav

        Thank you for the patience, sharing deployed JSON -https://secrets.xmission.com/LuAOYOH0kpm4RFXk-OoArQ

        I'll share the password and video repro steps in the direct message to you

Resources