{
"type": "AdaptiveCard",
"body": [
{
"type": "TextBlock",
"text": "Update van SharePoint",
"spacing": "Medium",
"size": "Large",
"weight": "Bolder"
},
{
"type": "TextBlock",
"text": "Een nieuw item is beschikbaar in de Kaisen lijst",
"size": "Medium",
"spacing": "None"
},
{
"type": "FactSet",
"facts": [
{
"title": "Idee",
"value": "@{triggerOutputs()?['body/Title']}"
},
{
"title": "Idee beschrijving",
"value": "@{triggerOutputs()?['body/Suggestiebeschrijving']}"
},
{
"title": "Locatie",
"value": "@{triggerOutputs()?['body/Locatie/Value']}"
}
]
},
{
"type": "FactSet",
"facts": [
{
"title": "Created by",
"value": "[@{triggerOutputs()?['body/Author/DisplayName']}](https://teams.microsoft.com/l/chat/0/0?users=@{triggerOutputs()?['body/Author/Email']})"
},
{
"title": "Time",
"value": "@{triggerOutputs()?['body/Created']}"
}
]
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.OpenUrl",
"title": "View list",
"url": "@{triggerOutputs()?['body/{Link}']}"
}
]
}
],
"version": "1.6",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json"
}
Scenario:
When creating an Item in a SharePoin list, I want to send an Adaptive Card to Teams channels, these are Private.
I did the following steps.
==> Created Webhook in the channel.
==> Power Automate Flow with a Switch
==> An HTTP action
==> JSON file (See code)
I get an error message:
Can you helper me where I'm stuck?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.