Here is anonymized input to the node. It works fine until the card is about a month old (from posting date). I suspect this could have something to do with policy? Or where the data for the card is stored?
{
"host": {
"connectionReferenceName": "shared_teams",
"operationId": "UpdateCardInConversation"
},
"parameters": {
"poster": "Flow bot",
"location": "Channel",
"body/messageId": "...",
"body/recipient/groupId": "...",
"body/recipient/channelId": "...",
"body/messageBody": "{\n \"$schema\": \"http://adaptivecards.io/schemas/adaptive-card.json\",\n \"type\": \"AdaptiveCard\",\n \"version\": \"1.5\",\n \"body\": [\n {\n \"type\": \"Container\",\n \"style\": \"good\",\n \"bleed\": true,\n \"items\": [\n {\n \"type\": \"ColumnSet\",\n \"spacing\": \"None\",\n \"columns\": [\n {\n \"type\": \"Column\",\n \"width\": \"auto\",\n \"items\": [\n {\n \"type\": \"TextBlock\",\n \"text\": \"✅\",\n \"size\": \"Large\",\n \"weight\": \"Bolder\",\n \"wrap\": false,\n \"spacing\": \"None\"\n }\n ],\n \"verticalContentAlignment\": \"Center\"\n },\n {\n \"type\": \"Column\",\n \"width\": \"stretch\",\n \"items\": [\n {\n \"type\": \"TextBlock\",\n \"text\": \"**T-2025-070** • My Ticket\",\n \"wrap\": true,\n \"size\": \"Large\",\n \"spacing\": \"None\",\n \"weight\": \"Bolder\"\n }\n ],\n \"verticalContentAlignment\": \"Center\"\n }\n ]\n },\n {\n \"type\": \"ColumnSet\",\n \"spacing\": \"Small\",\n \"columns\": [\n {\n \"type\": \"Column\",\n \"width\": \"1\",\n \"items\": [\n {\n \"type\": \"TextBlock\",\n \"text\": \"📌 Status: **Resolved**\",\n \"wrap\": true,\n \"spacing\": \"None\"\n }\n ]\n },\n {\n \"type\": \"Column\",\n \"width\": \"1\",\n \"items\": [\n {\n \"type\": \"TextBlock\",\n \"text\": \"👤 Ticket lead: **My name**\",\n \"wrap\": true,\n \"spacing\": \"None\"\n }\n ]\n }\n ]\n }\n ]\n }\n ]\n}\n"
}
}