Re: Posting a teams message failing- no error messages
Hi @BronnieBrookes,
There are some format errors. This is my modified version. You can try it:
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.2",
"body": [
{
"type": "TextBlock",
"text": "New Project Approved",
"size": "ExtraLarge",
"weight": "Bolder",
"color": "Good",
"horizontalAlignment": "Center"
},
{
"type": "TextBlock",
"text": "group name"
},
{
"type": "TextBlock",
"text": "Name: @{items('Apply_to_each_2')?['TicketNumber']}/@{outputs('Update_item_New_Approve')?['body/Company/Value']}"
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.OpenUrl",
"title": "READ ME NOW!!!",
"url": "@{items('Apply_to_each_2')?['{Link}']}"
}
]
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.OpenUrl",
"title": "READ ME NOW!!!",
"url": "www.google.com"
}
]
}
]
}
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.