Skip to main content

Notifications

Power Automate - Building Flows
Unanswered

Action 'HTTP' failed - Summary or Text is required.

Posted on by 10

LarsHouben_2-1715689316032.png

 

 

LarsHouben_0-1715689225553.png

LarsHouben_3-1715689382034.png

 

 

 

 

{
 "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:

LarsHouben_4-1715689941207.png

Can you helper me where I'm stuck?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,487

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 64,014

Leaderboard