Forum Discussion
Ramachandran_S
Mar 26, 2024Copper Contributor
Microsoft Teams compose extension issue
Hi Team,
Using Microsoft Teams compose extension we are inserting adaptive card to compose box, once inserted the adaptive card cleared automatically from teams compose box.
Please see the below screenshot for invoke response it's return the adaptive card and it's inserting to compose box after 1 second, it's cleared automatically.
- Dinesh-MSFT
Microsoft
Hi Ramachandran_S - We have tried this sample Microsoft-Teams-Samples/samples/msgext-search/nodejs at 368ef561bad496948b30ac0c23b38ad207adf891 · OfficeDev/Microsoft-Teams-Samples (github.com).
We searched and selected an adaptive card, the card is inserted into the compose box and it is not cleared automatically. we checked this in new Teams. Could you please share more details so that we can get a local repro of this issue.
- Ramachandran_SCopper Contributor
Hi Dinesh-MSFT,
I am using the csharp code to insert adaptive card in compose box Microsoft-Teams-Samples/samples/msgext-search/csharp/Bots/TeamsMessagingExtensionsSearchBot.cs at 368ef561bad496948b30ac0c23b38ad207adf891 · OfficeDev/Microsoft-Teams-Samples · GitHub
And also, I have tried this example too Microsoft-Teams-Samples/samples/msgext-action/csharp/Bots/TeamsMessagingExtensionsActionBot.cs at 368ef561bad496948b30ac0c23b38ad207adf891 · OfficeDev/Microsoft-Teams-Samples · GitHub
it's clearing the adaptive card once inserted in compose box.
- Dinesh-MSFT
Microsoft
Hi Ramachandran_S -
We have tried even with this csharp sample Microsoft-Teams-Samples/samples/msgext-search/csharp/Bots/TeamsMessagingExtensionsSearchBot.cs at 36...
We searched and selected an adaptive card, the card is inserted into the compose box and it is not cleared automatically. we checked this in new Teams.
- Dinesh-MSFT
Microsoft
Hi Ramachandran_S - Thanks for raising the query.
We will look into it and let you know the updates.