Forum Discussion
Lycius
Jan 31, 2022Copper Contributor
Unable to reach app - Adaptive Cards
I've written some adaptive cards to track employee responses to tasks. The adaptive card comes from the power automate 'Post an adaptive card and wait for a response' flow. My card has a single but...
Lycius
Feb 02, 2022Copper Contributor
Prasad_Das-MSFT Here is a copy of the adaptive card. The Update Message is not an adaptive card itself just "@{variables('StrClientName')}'s @{variables('StrFormName')} was handled."
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.2",
"body": [
{
"type": "TextBlock",
"text": "A Form was Submitted",
"id": "Title",
"spacing": "Medium",
"horizontalAlignment": "Center",
"size": "ExtraLarge",
"weight": "Bolder",
"color": "Accent"
},
{
"type": "TextBlock",
"text": "Received at @{body('Convert_time_zone')}",
"id": "acHeaderTagLine",
"separator": true
},
{
"type": "TextBlock",
"weight": "Bolder",
"size": "Large",
"spacing": "None",
"id": "acHeader",
"text": "Information Below"
},
{
"type": "TextBlock",
"text": "@{outputs('Get_@mention_token_for_Type_1_Notifications')?['body/atMention']}",
"wrap": true,
"id": "txtMention"
},
{
"type": "TextBlock",
"text": "@{variables('StrClientName')} submitted the @{variables('StrFormName')}",
"id": "acDetails",
"wrap": true
},
{
"type": "TextBlock",
"text": "Has the associated task been complete?",
"id": "acQuestion",
"weight": "Bolder"
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.Submit",
"id": "butSubmit",
"title": "Yes, I have completed any associated tasks."
}
]
}
]
}
Prasad_Das-MSFT
Microsoft
Feb 07, 2022Lycius - We have tried to repro the issue with the JSON provided, but it worked for us. We didn't get any error message. Please try to update MS Teams version and check if it helps.
Thanks,
Prasad Das
---------------------------------------------------------------------
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.
- ChetanSharma-msftFeb 08, 2022
Microsoft
Lycius - Could you please confirm if your issue has resolved with above suggestion or still looking for any help?- LyciusFeb 08, 2022Copper Contributor
ChetanSharma-msft Definitely still happening. We had one not work just now.
- Prasad_Das-MSFTFeb 09, 2022
Microsoft
Lycius - We have tested the scenario again in both Teams web client and Teams Desktop Client(Microsoft Teams Version 1.5.00.3276 (64-bit). It was last updated on 03-02-2022) and its working in both cases.
- LyciusFeb 08, 2022Copper ContributorI will observe the cards for a few days and see if it occurs again. Unless the update on the 3rd of Feb fixed this issue it could reoccur. As I could not update Teams and nothing has changed on my end, I have to observe for a few days. It looks like I never responded yesterday that was my bad.
Teams automatically updates and I am surprised you aren't asking for the version. The last time it was updated was on the 3rd.
You have Microsoft Teams Version 1.5.00.2164 (64-bit). It was last updated on 2/3/2022.