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 / Power Automate email u...
Power Automate
Unanswered

Power Automate email using Adaptive card doesnt show up in IOS Browser.

(0) ShareShare
ReportReport
Posted on by 10

Hi All, 

I have created a flow which sends an adaptive card via email and request the following info. When i open it in Outlook desktop App, The card gets displayed as expected. When i try to open the same email using Ios App i see a blank form when i open the email. Any clue if Adaptive card is not compatible with IOS or Android. 

 

Outlook Desktop App

Adapt.PNG    

IOS Phone Browser / Outlook APP

 

IMG_0142.jpg

 

Here is the Code I use in my Compose to create Adaptive Card. 

 

 

{
 "type": "AdaptiveCard",
 "version": "1.0",
 "body": [
 {
 "type": "ColumnSet",
 "columns": [
 {
 "type": "Column",
 "width": "auto",
 "items": [
 {
 "type": "TextBlock",
 "id": "id1",
 "weight": "bolder",
 "size": "medium",
 "text": " Tell us about the new Employee :@{items('Apply_to_each')?['Employee']} ",
 "wrap": true
 },
 {
 "type": "TextBlock",
 "id": "id5",
 "spacing": "none",
 "text": "Assignee Role",
 "wrap": true
 },
 {
 "type": "Input.ChoiceSet",
 "spacing": "none",
 "placeholder": "Select from these choices",
 "choices": [
 {
 "title": "Technical",
 "value": "Technical"
 },
 {
 "title": "Functional",
 "value": "Functional"
 }
 ],
 "id": "myRole"
 },
 {
 "type": "TextBlock",
 "id": "id2",
 "spacing": "none",
 "text": "Assignee Skills",
 "wrap": true
 },
 {
 "type": "Input.Text",
 "spacing": "none",
 "id": "mySkill",
 "placeholder": "SAP, Full Stack etc"
 },
 {
 "type": "TextBlock",
 "id": "id3",
 "spacing": "none",
 "text": "Assignee POD",
 "wrap": true
 },
 {
 "type": "Input.Text",
 "spacing": "none",
 "id": "myPod",
 "placeholder": "Finance, RTB etc"
 },
 {
 "type": "TextBlock",
 "id": "id4",
 "spacing": "none",
 "text": "Assignee Allocation",
 "wrap": true
 },
 {
 "type": "Input.Text",
 "spacing": "none",
 "id": "myAllocation",
 "placeholder": "His Project Info"
 }
 ]
 }
 ]
 }
 ],
 "actions": [
 {
 "type": "Action.Http",
 "title": "Submit",
 "style": "positive",
 "Id": "ac_submit",
 "url": "https://prod-127.westeurope.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
 "method": "POST",
 "body": "{\"ID\":\"@{items('Apply_to_each')?['ID']}\",\"Role\":\"{{myRole.value}}\",\"Skills\":\"{{mySkill.value}}\",\"Allocation\":\"{{myAllocation.value}}\",\"POD\":\"{{myPod.value}}\",\"outcome\":\"submit\"}",
 "headers": [
 {
 "name": "Authorization",
 "value": ""
 },
 {
 "name": "Content-type",
 "value": "application/json"
 }
 ]
 }
 ],
 "$schema": "http://adaptivecards.io/schemas/adaptive-card.json"
}

 

 I also found out a link which states the following, This is around 1.4 years old and i feel there should definatley be a workaround to fix this issue. 

https://stackoverflow.com/questions/57806653/how-to-enable-showing-a-custom-adaptive-card-sent-from-microsoft-flow-in-outlook

 

 

Categories:
I have the same question (0)
  • v-litu-msft Profile Picture
    on at

    Hi @AntarikshMistry,

     

    Sorry I have no IOS equipment could test it, here is a board about the Adaptive card for Platform iOS, hope it could help something:

    Issues · microsoft/AdaptiveCards · GitHub

     

    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.

     

  • AntarikshMistry Profile Picture
    10 on at

    Thank you for the response, let me have a look into it. 

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 501 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 323 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard