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.3KViews2likes2CommentsAdaptive 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.5KViews2likes5CommentsUpdate 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.6KViews1like3Comments