Forum Discussion
Chandrasekaran Nageswaran
Mar 20, 2021Brass Contributor
Teams Search Messaging Extension - Update Existing Adaptive Card Posts!
Dear All I have been working on MS Teams search messaging extension and implemented an app that query backend systems and users could select the preview card. Once selected, it will appea...
Nikitha-MSFT
Mar 26, 2021Iron Contributor
We are not able to repro the issue at out end. When you click on the submit button you will receive the OnTeamsMessagingExtensionCardButtonClickedAsync event there you can use send activity to send message. try if that helps
Chandrasekaran Nageswaran
Mar 26, 2021Brass Contributor
I doing exactly the same what you had mentioned, but it throwing the same issue "The BOT is not part of conversation roaster"
Attaching the code snippet for your reference.
Any help is much appreciated.
Thanks
Chandrasekaran
- Nikitha-MSFTMar 29, 2021Iron ContributorCould you please check the error in the backend in dev tools/ use try catch and share the error?
- Chandrasekaran NageswaranMar 30, 2021Brass Contributor
Here is the screenshot of ngrok-serve command-line output... where you could see the error stating that "The bot is not part of the conversation roaster.
Hope this helps to further analyze the issue at your end.
Thanks
Chandrasekaran- Nikitha-MSFTApr 01, 2021Iron ContributorAre you trying to update the card in the channel where the bot is not added to the team?