You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user clicks a button, then the command is returned, but you don't know who triggered that. In Slack for that reason we append a mention in the command header:
We should the same for Teams. We will need to for each mention added a dedicated entry under entities:
Description
When the user clicks a button, then the command is returned, but you don't know who triggered that. In Slack for that reason we append a mention in the command header:
We should the same for Teams. We will need to for each mention added a dedicated entry under
entities
:More info: https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-format?tabs=adaptive-md%2Cdesktop%2Cconnector-html#mention-support-within-adaptive-cards
Current solution
At present, we include a plain text mention, which may pose an issue only if users share the same names
The text was updated successfully, but these errors were encountered: