web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Adaptive Card in Outlo...
Power Automate
Unanswered

Adaptive Card in Outlook email not displaying inside the body

(1) ShareShare
ReportReport
Posted on by 242

Hi all

i am using the below in send email v2 body

 

 

<script type="application/adaptivecard+json">
{
 "type": "AdaptiveCard",
 "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
 "version": "1.0",
 "body": [
 {
 "type": "TextBlock",
 "text": "Holiday Dates",
 "wrap": true
 },
 {
 "type": "Input.Date",
 "label": "Holiday Start Date",
 "id": "holstart"
 },
 {
 "type": "Input.Date",
 "label": "Holiday End Date",
 "id": "holend"
 }
 ],
 "actions": [
 {
 "type": "Action.Http",
 "title": "Submit",
 "url": "",
 "method": "POST",
 "body": "{\n\"holstart\":\"{{holstart.value}}\",\n\"holend\":\"{{holend.value}}\",\n\"id\":\"{{id.value}}\"\n}",
 "headers": [
 {
 "name": "Authorization",
 "value": ""
 },
 {
 "name": "Content-Type",
 "value": "application/json"
 }
 ]
 }
 ]
}
</script>

 

 

 

However, i am getting the adaptive card in the header of the email but not in the body of the email as shown

nikviz_0-1720642489649.png

 


how do i get the adaptive card to appear in the body of the email?




Categories:
I have the same question (0)

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
trice602 Profile Picture

trice602 248 Super User 2026 Season 1

#2
David_MA Profile Picture

David_MA 207 Super User 2026 Season 1

#3
Power Platform 1919 Profile Picture

Power Platform 1919 101 Super User 2026 Season 1

Last 30 days Overall leaderboard