945 questions
0 votes
0 answers
52 views
How to set color of item with data from table
I am trying to set the color of each item with data from a table, but the designer does not accept variables in color property. Even if I try too put conditional code in color property, the designer ...
1 vote
0 answers
62 views
Intermittent Image Loading Issues in Adaptive Cards on Teams Desktop App
Description: I have a bot that sends Adaptive Cards to Microsoft Teams users. The cards include Image elements, with the url property pointing to images stored in Azure Blob Storage (using publicly ...
0 votes
0 answers
51 views
Is it possible to bind Adaptive Card form input values inside the msteams.value property of an Action.Submit ? How?
I'm building a declarative agent and I'm using an Adaptive Card as a form to collect input from users.Here is adaptive card JSON. { "$schema": "http://adaptivecards.io/schemas/...
-1 votes
1 answer
236 views
Show URL as hyperlink in AdaptiveCard
Within power automate flows Post card in chat or channel. If i use string literal to format hyperlin it works OK: "text": "Check Out [Adaptive Cards](http://google.com)" I would ...
1 vote
0 answers
45 views
Adaptive Card JS SDK: Add Properties to Default Types
I have an application that renderes AdaptiveCards in my own UI. I have been using some default adaptive card examples from the new designer: https://adaptivecards.microsoft.com/designer A lot of them ...
0 votes
0 answers
42 views
Get mention from Adaptive Card to send an email
I have a workflow in Teams that receives an Adaptive Card via Webhook, all works fine. In this Adaptive Card I have a mention like this, so a user is notified. { "$schema": "http://...
0 votes
1 answer
214 views
Actionable Messages not working on mobile
I am trying to create an informative email for users with multiple collapsible sections that would work primarily with Outlook. I figured the best way to achieve this would be to create an Actionable ...
0 votes
0 answers
138 views
Posting An Adaptive Card Obtain from a Power Automate Create an Approval Action
I am working on project in which I am using Power Automate Create an approval action and the Wait for an approval action. In between those two actions, I am collecting information from the approval ...
0 votes
0 answers
78 views
Adaptive Card filled required fields blocking submit
I have the following adaptive card that is getting rendered by a custom react web chat. When I have required fields they are blocking the submit, even though there are values in the fields. { &...
0 votes
0 answers
120 views
Dynamic inline data via Adaptive Cards not recognizing $data contents
When trying to use the $data attribute in a json string, is it mandatory that one of the available SDKs be utilized in order to access the contents of $data? In Adaptive Card Designer, I can access ...
0 votes
1 answer
137 views
Actionable Messages not Invoking Refresh URL
I'm trying to get the automatic refresh in actionable messages working in outlook and followed the followed this Microsoft Guide. I have implemented an Azure Logic App to handle the update request, ...
1 vote
1 answer
431 views
Mobile version of MS-Teams doesn't fully render adaptive card
Gave a look into quite some forums/questions already but the answers were never able to solve my issue. Adaptive cards worked perfectly well with the old webhooks but I just can't figure out what I'm ...
0 votes
1 answer
94 views
Trying to open task module, but get <BotError>Error when processing invoke response: Task or Task Type is missing in Task Module response
I am building an MS teams bot, and on clicking a submit action on an adaptive card want to open up a modal to submit a form. Below is a sample adaptive card which has the type = "task/fetch" ...
1 vote
2 answers
310 views
Generative answers with ability for user to give feedback
I am using Copilot Studio with adaptive cards, still quite new to this. I would like the generative answers to appear once with the ability for user to give feedback (thumbs up/down) container. ...
1 vote
1 answer
618 views
Adaptive card table does not honour column width in MSTeams
EDIT 27/12 After further troubleshooting, the issue looks to be with whether the workflow is configured to post as a User or as a Workflow bot EDIT 23/12 Issue looks to be caused by webhooks with ...