Forum Discussion
MSTeams - Link Unfurling. Handle "Action.Submit" action of Adaptive Card from User-to-User chat.
Thanks for sharing the details.We are checking on it.We will update you.
We have tried the sample.You have not added the permissions in manifest file.After adding the permissions we following result when user1 click the action.submit.
and user1 also use the button now.
Thanks,
Nivedipa
------------------------------------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- Nivedipa-MSFTNov 09, 2021
Microsoft
Is your issue resolved with above suggestion? Or still you need any help.
- Paul_ByNov 08, 2021Brass ContributorThank you. I'll check.
- Nivedipa-MSFTNov 07, 2021
Microsoft
Could you please add permissions block in project manifest file.
"permissions": [
"identity",
"messageTeamMembers"
]Thanks,
Nivedipa
------------------------------------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- Paul_ByNov 04, 2021Brass ContributorI can't see any requests like yours.
What kind of changes should I do? Project (manifect or bot) side or client side (MS Teams client) or Azure (administrative) side?