Adaptive Cards
7 TopicsMicrosoft Teams Adaptive Card Renderer on Input.ChoiceSet
Default Behaviour in Input.ChoiceSet: When a choice from the ChoiceSet is selected, there is no event sent to the bot. Expected Behaviour: If there is any change in selection in Input.ChoiceSet, a event should get triggered to the bot, so that we can do some necessary changes/updates in the responseCard. How can we do that using the existing component of Input.ChoiceSet ?1.3KViews2likes2Comments"Copy link" on a link in an adaptive card in Teams resolves to Teams message, not link destination
When I right click somewhere on an adaptive card in a Teams channel (or other posts), I can select "Copy link". I get the link to the Teams post with the adaptive card. But when the adaptive card itself contains a link to SharePoint for example, I can hover over, I see the SharePoint link in the tooltip, but "Copy link" still resolves to the message link of the Teams post, not the destination the link contained in the adaptive card where I have my cursor. That is confusing. Maxbe change the text to "Copy link to message" and a second option like "Copy link text" would be good. Or is there an other trick to get the link copied?855Views0likes0CommentsUpdate content in an adaptive card
I have a PowerAutomate flow running which posts an adaptive card into a MS Teams channel when a new list item is created within SharePoint. The adaptive card contains some of the fields from the SharePoint list. Is is possible to update the created adaptive card when/if the SharePoint list item is updated? I've been through a bit of searching but can't find an answer to this. Thanks.5.6KViews1like3CommentsAn unexpected UI error on adaptive cards, accessing from MS Teams android app
I have message extension running in MS teams. The UI is based on Adaptive cards. While testing I saw strange UI error on the Microsoft teams android app. Please refer to the images below for both iOS and Android. This strange line is seen on dropdown, when on android. Is it a UI bug or something wrong at my end ?991Views0likes0CommentsAdaptive Cards from Flow bot showing up blank in iOS
Hey there! I've created a flow in Power Automate that, when a new item is created in a specific SharePoint list is created, it posts an adaptive card in a channel in Teams. The card includes a bunch of information from that list, a button link to edit the list item, and another button linking off to some related material. On desktop, each new item on the list creates a new card in the desktop app channel as expected. However, on mobile, this happens: I have the following at the top of my adaptive card: "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.2", Is it perhaps something with how I initialized it? (I will say that adaptive cards messaged to individual users by Flow bot seem to be working fine.) This is my first post, so please let me know if I've been naughty and this belongs somewhere else. (I see a bug posting area in UserVoice and something called answers.microsoft.com and the difference between these three very similar-seeming areas unfortunately eludes me.)Solved4.5KViews2likes5CommentsHow do I send multiple adaptive cards or series of adaptive cards in a channel or 1:1 chat?
We have a series of adaptive cards that we have to send out to MS teams users. We can send one card at a time and get the user response. For example - https://docs.microsoft.com/en-us/power-automate/poll-generator-sample We have a series of polls which we want send to MS teams users and read their response. Is there any possibility to send multiple such cards in a series such that cards will display automatically as user starts marking response. If we can achieve above somehow then we would need to group our cards into certain categories or segment so that we can shoot out one segment to users. Has anyone had the similar requirement and how did you solve this? Thanks3.7KViews0likes1Comment