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 is blank
Power Automate
Unanswered

Adaptive card is blank

(0) ShareShare
ReportReport
Posted on by 603

Hi all,

 

I've build an adaptive card that I'm send in outlook.

When I send the adaptive card to myself, it all works fine and I can use the http action succesfull.

BUT when I send it to another user or shared mailbox it is not working. The e-mail is blank.

There is no difference when the user uses OWA or the newest outlook.

 

I found several other topics about this, but no clear solution on what is wrong/ or how to fix that. So hopefully someone can help me with this. Someone talks about not having permissions to send adaptive cards, but I don't know where it should be disabled or something like that.

 

The adaptive card (see below) is inside the compose action.

dennisb88_0-1612353199788.png

 

As said, when I send the mail to the same account as the "sender" it's working as expected.

 

The Adaptive card payload (I've change the actual http urls and dynamicContent for <textlikethisformat> for privacy reasons):

 

{
 "type": "AdaptiveCard",
 "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
 "version": "1.0",
 "body": [
 {
 "type": "TextBlock",
 "text": "Nieuwe onvoldoende beoordeling ontvangen:",
 "wrap": true,
 "weight": "Bolder",
 "color": "Dark",
 "size": "Medium"
 },
 {
 "type": "ColumnSet",
 "columns": [
 {
 "type": "Column",
 "width": "stretch",
 "items": [
 {
 "type": "TextBlock",
 "text": "Klantnaam:",
 "wrap": true
 }
 ]
 },
 {
 "type": "Column",
 "width": "stretch",
 "items": [
 {
 "type": "TextBlock",
 "text": "<CustomernamefromSharePoint>",
 "wrap": true
 }
 ]
 }
 ]
 },
 {
 "type": "ColumnSet",
 "columns": [
 {
 "type": "Column",
 "width": "stretch",
 "items": [
 {
 "type": "TextBlock",
 "text": "Beoordelingsscore:",
 "wrap": true
 }
 ]
 },
 {
 "type": "Column",
 "width": "stretch",
 "items": [
 {
 "type": "TextBlock",
 "text": "<ScoreFromSharePoint>",
 "wrap": true
 }
 ]
 }
 ]
 },
 {
 "type": "ColumnSet",
 "columns": [
 {
 "type": "Column",
 "width": "stretch",
 "items": [
 {
 "type": "TextBlock",
 "text": "Contact e-mail:",
 "wrap": true
 }
 ]
 },
 {
 "type": "Column",
 "width": "stretch",
 "items": [
 {
 "type": "TextBlock",
 "text": "<EMAILFROMSHAREPOINT>",
 "wrap": true,
 "id": "relatie"
 }
 ]
 }
 ]
 },
 {
 "type": "ColumnSet",
 "columns": [
 {
 "type": "Column",
 "width": "stretch",
 "items": [
 {
 "type": "TextBlock",
 "text": "Datum beoordelingsverzoek:",
 "wrap": true
 }
 ]
 },
 {
 "type": "Column",
 "width": "stretch",
 "items": [
 {
 "type": "TextBlock",
 "text": "<DATEFROMSHAREPOINT>",
 "wrap": true
 }
 ]
 }
 ]
 },
 {
 "type": "ColumnSet",
 "horizontalAlignment": "Center",
 "columns": [
 {
 "type": "Column",
 "width": "stretch",
 "items": [
 {
 "type": "TextBlock",
 "text": "Deze klant dient nagebeld te worden om te achterhalen waar de ontevredenheid vandaan kwam.",
 "wrap": true
 }
 ]
 }
 ]
 },
 {
 "type": "ColumnSet",
 "columns": [
 {
 "type": "Column",
 "width": "stretch",
 "items": [
 {
 "type": "TextBlock",
 "text": "Wat was de reden van de negatieve beoordeling?",
 "wrap": true,
 "weight": "Bolder"
 }
 ]
 }
 ]
 },
 {
 "type": "ColumnSet",
 "columns": [
 {
 "type": "Column",
 "width": "stretch",
 "items": [
 {
 "type": "Input.Text",
 "placeholder": "Geef een omschrijving van de beweegredenen van een negatieve beoordeling.",
 "isMultiline": true,
 "id": "feedback"
 }
 ]
 }
 ]
 }
 ],
 "actions": [
 {
 "type": "Action.Http",
 "title": "Markeer beoordeling als afgehandeld",
 "id": "afgehandeld",
 "url": "https://prod-151.westeurope.logic.azure.com:443/workflows/...",
 "method": "POST",
 "body": "{\n \"itemID\": \"<IDFROMSHAREPOINT>\",\n \"feedback\": \"{{feedback.value}}\"\n}",
 "headers": [
 {
 "name": "Authorization",
 "value": ""
 },
 {
 "name": "Content-Type",
 "value": "application/json"
 },
 {
 "name": "itemID",
 "value": ""
 }
 ]
 },
 {
 "type": "Action.OpenUrl",
 "title": "Bekijk alle openstaande items",
 "url": "<SHAREPOINTURL>"
 }
 ],
 "backgroundImage": {
 "url": ""
 }
}

 

Categories:
I have the same question (0)
  • dennisb88 Profile Picture
    603 on at

    Anyone who has an idea?

     

    I found out it's happens to every adaptive card that I'm send, even the examples will show up in a blank email.

    Kind regards,

    Dennis.

  • v-litu-msft Profile Picture
    on at

    Hi @dennisb88,

     

    Actionable messages are available to all customer mailboxes on Exchange Online in Office 365 or Outlook.com with a supported client. The following table lists the availability of actionable messages for current Outlook clients.

    What are actionable messages in Office 365? - Outlook Developer | Microsoft Docs

     

    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.

     

  • dennisb88 Profile Picture
    603 on at

    Hi @v-litu-msft ,

     

    Thank you for your reply.

    I'm using an account that has Office 365 Exchange online. As client I used the webmail client (that's supported).

    So I'm don't know why my own user account is able to see the adaptive card, but when I send the adaptive card to a co worker that also has an Exchange online mailbox and also use the O365 webmail, he don't get the adaptive card but a blank email.

     

    Any other suggestion?

     

    Regards,

    Dennis

  • Priyesh Profile Picture
    62 on at

    I had tried this some time ago, maybe you want to check if any step is missed? - https://d365demystified.com/2020/11/23/adaptive-cards-for-outlook-actionable-messages-using-power-automate-power-platform/

     

  • dennisb88 Profile Picture
    603 on at

    Hi,

     

    Thanks, I just found a suggestion what I;m testing at the moment and that's registering the adaptive cards at: https://outlook.office.com/connectors/oam/publish/New 

     

    If that's the solution, I will update this message.

  • kh3 Profile Picture
    2 on at

    @dennisb88 - did you ever find a solution for this issue?

  • Priyesh Profile Picture
    62 on at

    Hi All,

     

    I think this should help - Render Actionable Adaptive card in Outlook for recipients outside of your domain – Power Maverick

     

    CC: @PowerMaverick 

  • dennisb88 Profile Picture
    603 on at

    Hi,

     

    As @priyeshwagh777  has posted, you will need to register the domains. That was one of the options I've done.

    But after that, the customer decided to do it with a link to a PowerApp, so I've not get it tested because it wasn't required to develop it further.

  • Danish N. Profile Picture
    186 on at

    Thanks @priyeshwagh777 for tagging me and providing my post. The approval process is pretty smooth (no hassles at all). Just remember to use your originator id in the json once approved. Also, remember that the approval is for a particular email address and if that changes the adaptive card wont work.

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…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 364 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard