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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Problem with .msg in a...
Power Automate
Unanswered

Problem with .msg in attachment Adaptive Cards

(0) ShareShare
ReportReport
Posted on by

I have a question about Adaptive Cards and Attachments of saved emails. Since Adatpive Cards shows that an attachment is added, it is also in SP. However, after Adatpive Cards the email cannot be opened or downloaded. it's about .msg . Does anyone know why?

 

 {
 "type": "ActionSet",
 "actions": [
 {
 "type": "Action.OpenUrl",
 "title": "See first attachment",
 "url": "@{variables('AttachmentsURL')?[0]}"
 }
 ],
 "isVisible": "@{greater(length(variables('AttachmentsURL')), 0)}"
 },
 {
 "type": "ActionSet",
 "actions": [
 {
 "type": "Action.OpenUrl",
 "title": "See second attachment",
 "url": "@{variables('AttachmentsURL')?[1]}"
 }
 ],
 "isVisible": "@{greater(length(variables('AttachmentsURL')), 1)}"
 },
 {
 "type": "ActionSet",
 "actions": [
 {
 "type": "Action.OpenUrl",
 "title": "See third attachment",
 "url": "@{variables('AttachmentsURL')?[2]}"
 }
 ],
 "isVisible": "@{greater(length(variables('AttachmentsURL')), 2)}"
 },
 {
 "type": "ActionSet",
 "actions": [
 {
 "type": "Action.OpenUrl",
 "title": "See fourth attachment",
 "url": "@{variables('AttachmentsURL')?[3]}"
 }
 ],
 "isVisible": "@{greater(length(variables('AttachmentsURL')), 3)}"
 },
 {
 "type": "ActionSet",
 "actions": [
 {
 "type": "Action.OpenUrl",
 "title": "See fifth attachment",
 "url": "@{variables('AttachmentsURL')?[4]}"
 }
 ],
 "isVisible": "@{greater(length(variables('AttachmentsURL')), 4)}"
 },

 

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 284 Super User 2026 Season 2

#2
trice602 Profile Picture

trice602 188 Super User 2026 Season 2

#3
11manish Profile Picture

11manish 144 Super User 2026 Season 2

Last 30 days Overall leaderboard