cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
GRAEMEJOHNSON
Advocate I
Advocate I

Including a user photo in an Adaptive Card

Hi

As a proof of concept, I'm trying to build a flow that will post an adaptive card to a Teams channel with my profile mugshot in the message body.

The only components I can find to return my profile image, return the raw content, rather than a URL....is there a way to get this working?

 

2019-03-22_15h28_44.png

 

44 REPLIES 44

Hi @mgertz, I have almost the same situation as you. Images load in the web version of Teams, but not in Teams app. Were you able to find a solution?

I copied the picture to the users OneDrive at the end, created a link and added the link to the teams message.... 

Many steps i would not excpect to need, but its working.

@mcorlou This one worked for me. Poking around you can substitute emea, amer, and apac for alternate regions.

 

Of course now that we have a solution, someone on the Teams team will break this option too.

 

Next up...getting @mentions to work. 😞

Audrie-MSFT
Power Automate
Power Automate

I see that many of you have found workarounds and ways to make this work. I will also post a video with some guidance as well, and put the link here.

 

Thank you for your patience,

Audrie

Thanks!!

Anonymous
Not applicable

Any update on this? Still struggling with user image in Teams client (desktop)

Anonymous
Not applicable

Could it be that the following method do not work anymore?

 

https://teams.microsoft.com/api/mt/emea/beta/users/"EMAIL"/profilepicturev2?displayname="DISPLAYNAME..."

 

I get no profile picture, when i use this url in the adaptive card to shown the profile picture.

niclasdahl
Frequent Visitor

I have a similar issue, but it concerns just about any image stored within our tenants sharepoint...

 

The adaptive card shows images if i use external URLs to public images, but if i try to show an image that is contained within our own tenant it doesn't work. I've even tried to set up the flow to create an image inside the actual teams channel files folder and reference it from there, but still doesn't work.

 

I recall reading in thread a while back, but i am unable to find it now, that this might be connected to wether or not your tenant allows external access/sharing and anonymous links. If it does, then it might work.

 

It would be great if someone from MS could shed some light on this....

What region are you in?  If you're in the US, the link differs.  It would be:

 

https://teams.microsoft.com/api/mt/amer/beta/users/user_name @company.com/profilepicturev2?displayname=last_name,%20first_name&voidCache=true

 

Replace user_name

Replace company

Replace last_name

Replace first_name

 

with appropriate values.  If this still doesn't work for you, login to the web app for MS Teams, right click on profile picture and get your URL that way.

@Audrie-MSFT  any luck with that video 🙂

aploe
Frequent Visitor

This is exactly the same problem with our flows.

 

The convertion of a pulled user picture in base64 and then just add the "data&colon;image/png;base64,<converted string here>" to the "url" property worked for a month until it just stoped working some weeks ago. Seems like there was an update with the flow of the "posting an adaptive cards to channels by a bot". (Which btw killed all our adaptive cards we created. This was really unfortunate and took a lot of time to restore/rebuild.)
As we restored the cards payload and tried to fire this up it stops with the error: "HTTP request failed: the content is not a valid JSON.". This is definitly hanging on the "url" property of the image. I tried everything else.

Is there a solution somewhere in the future to include a profile picture more easily (or at least to reenable the old way)?

Not sure if many here have tried, but I find several of the methods proposed here just work,.... on https://teams.microsoft.com/ but unfortunately not in the teams application.

 

Also in the adaptive card editor the correct url gives result so there is nothing wrong with the solutions you have come up with.

 

The problem is that the whole thing is not working consisted in the teams application.

 

This is what I see in the browser.


In browser (chrome)In browser (chrome)

And here the same message in the teams application.

In teams applicationIn teams application

 

I guess this one is for MS to resolve.

ananda-vadivela
Advocate I
Advocate I

I have tried two methods and both times, user photo does not show in the adaptive card inside the Mobile app of Teams.

Photo shows in the Adaptive card inside the desktop and web app on a PC or Mac.

 

Method 1: image from person field in SharePoint list.

Method 2: base64 compose action shown in this thread.

 

When I used method 2, I also get this error

"error""The payload is too large. Please make sure the size is less than 28KB."
 
What can be done to get the photo appearing in the mobile app version?
 

 

This is how you stop wasting time and get it to work properly:

1. Create a new action, Send an HTTP request to SharePoint:

Site Address: https://yourdomain.sharepoint.com
Method: GET
URI: _layouts/15/userphoto.aspx?size=S&username=[USERSEMAILADDRESS]

The S in the uri is the image size (S/M/L) but leave it as small as to not blow through that generous 28KB payload limit

 

2. Feed the output from the Send an HTTP request to SharePoint into a Compose action by plugging it into an expression:

 

 

base64(body('Send_an_HTTP_request_to_SharePoint'))

 

 

 

3. Finally, you can plug the output from the Compose into your JSON code once again

FraserM_0-1616105237225.png

{
"type": "Image",
"style": "Person",
"url": "data&colon;image/png;base64,@{outputs('Compose')}",
"size": "Small"
}

NOTE: ^^(this forum is messing up the data&colon;image/png code and repacing the : with &#58)^^

or less confusingly noted like this 
Untitled.png

"data&colon;image/png;base64,[COMPOSE]"

NOTE: ^^(this forum is messing up the data&colon;image/png code and repacing the : with &#58)^^

@FraserM 

 

Brilliant... that worked for me!

aploe
Frequent Visitor

This works for me, too! Thanks a lot!

 

Let's all hope MS doesn't change anything on this approach in the nearest future.

Excellent approach @FraserM 

Just needed to change the 

&#58

back to a :  colon. 

For some reason the forum kept changing the colon in the code.. sorry :)... Glad that post was already helpful 🙂 

Carike_B
Advocate I
Advocate I

Thank you for this thread and post, I used many of the suggestions to achieve what I wanted to. Great job!

Helpful resources

Announcements

Power Platform Connections - Episode 7 | March 30, 2023

Episode Seven of Power Platform Connections sees David Warner and Hugo Bernier talk to Microsoft MVP Dian Taylor, alongside the latest news, product reviews, and community blogs.     Use the hashtag #PowerPlatformConnects on social media for a chance to have your work featured on the show!      Show schedule in this episode:    0:00 Cold Open 00:30 Show Intro 01:02 Dian Taylor Interview 18:03 Blogs & Articles 26:55 Outro & Bloopers    Check out the blogs and articles featured in this week’s episode:    https://francomusso.com/create-a-drag-and-drop-experience-to-upload-case-attachments @crmbizcoach https://www.youtube.com/watch?v=G3522H834Ro​/  @pranavkhuranauk https://github.com/pnp/powerapps-designtoolkit/tree/main/materialdesign%20components @MMe2K​ https://2die4it.com/2023/03/27/populate-a-dynamic-microsoft-word-template-in-power-automate-flow/ @StefanS365 https://d365goddess.com/viva-sales-administrator-settings/ @D365Goddess https://marketplace.visualstudio.com/items?itemName=megel.mme2k-powerapps-helper#Visualize_Dataverse_Environments @MMe2K    Action requested:  Feel free to provide feedback on how we can make our community more inclusive and diverse.    This episode premiered live on our YouTube at 12pm PST on Thursday 30th March 2023.    Video series available at Power Platform Community YouTube channel.    Upcoming events:  Business Applications Launch – April 4th – Free and Virtual! M365 Conference - May 1-5th - Las Vegas Power Apps Developers Summit – May 19-20th - London European Power Platform conference – Jun. 20-22nd - Dublin Microsoft Power Platform Conference – Oct. 3-5th - Las Vegas    Join our Communities:  Power Apps Community Power Automate Community Power Virtual Agents Community Power Pages Community    If you’d like to hear from a specific community member in an upcoming recording and/or have specific questions for the Power Platform Connections team, please let us know. We will do our best to address all your requests or questions.       

Announcing | Super Users - 2023 Season 1

Super Users – 2023 Season 1    We are excited to kick off the Power Users Super User Program for 2023 - Season 1.  The Power Platform Super Users have done an amazing job in keeping the Power Platform communities helpful, accurate and responsive. We would like to send these amazing folks a big THANK YOU for their efforts.      Super User Season 1 | Contributions July 1, 2022 – December 31, 2022  Super User Season 2 | Contributions January 1, 2023 – June 30, 2023    Curious what a Super User is? Super Users are especially active community members who are eager to help others with their community questions. There are 2 Super User seasons in a year, and we monitor the community for new potential Super Users at the end of each season. Super Users are recognized in the community with both a rank name and icon next to their username, and a seasonal badge on their profile.  Power Apps  Power Automate  Power Virtual Agents  Power Pages  Pstork1*  Pstork1*  Pstork1*  OliverRodrigues  BCBuizer  Expiscornovus*  Expiscornovus*  ragavanrajan  AhmedSalih  grantjenkins  renatoromao    Mira_Ghaly*  Mira_Ghaly*      Sundeep_Malik*  Sundeep_Malik*      SudeepGhatakNZ*  SudeepGhatakNZ*      StretchFredrik*  StretchFredrik*      365-Assist*  365-Assist*      cha_cha  ekarim2020      timl  Hardesh15      iAm_ManCat  annajhaveri      SebS  Rhiassuring      LaurensM  abm      TheRobRush  Ankesh_49      WiZey  lbendlin      Nogueira1306  Kaif_Siddique      victorcp  RobElliott      dpoggemann  srduval      SBax  CFernandes      Roverandom  schwibach      Akser  CraigStewart      PowerRanger  MichaelAnnis      subsguts  David_MA      EricRegnier  edgonzales      zmansuri  GeorgiosG      ChrisPiasecki  ryule      AmDev  fchopo      phipps0218  tom_riha      theapurva  takolota     Akash17  momlo     BCLS776  Shuvam-rpa     rampprakash  ScottShearer     Rusk  ChristianAbata     cchannon  Koen5     a33ik  Heartholme     AaronKnox  okeks      Matren   David_MA     Alex_10        Jeff_Thorpe        poweractivate        Ramole        DianaBirkelbach        DavidZoon        AJ_Z        PriyankaGeethik        BrianS        StalinPonnusamy        HamidBee        CNT        Anonymous_Hippo        Anchov        KeithAtherton        alaabitar        Tolu_Victor        KRider        sperry1625        IPC_ahaas      zuurg    rubin_boer   cwebb365   Dorrinda   G1124   Gabibalaban   Manan-Malhotra   jcfDaniel   WarrenBelz   Waegemma   drrickryp   GuidoPreite    If an * is at the end of a user's name this means they are a Multi Super User, in more than one community. Please note this is not the final list, as we are pending a few acceptances.  Once they are received the list will be updated. 

Register now for the Business Applications Launch Event | Tuesday, April 4, 2023

Join us for an in-depth look into the latest updates across Microsoft Dynamics 365 and Microsoft Power Platform that are helping businesses overcome their biggest challenges today.   Find out about new features, capabilities, and best practices for connecting data to deliver exceptional customer experiences, collaborating, and creating using AI-powered capabilities, driving productivity with automation—and building towards future growth with today’s leading technology.   Microsoft leaders and experts will guide you through the full 2023 release wave 1 and how these advancements will help you: Expand visibility, reduce time, and enhance creativity in your departments and teams with unified, AI-powered capabilities.Empower your employees to focus on revenue-generating tasks while automating repetitive tasks.Connect people, data, and processes across your organization with modern collaboration tools.Innovate without limits using the latest in low-code development, including new GPT-powered capabilities.    Click Here to Register Today!    

Check out the new Power Platform Communities Front Door Experience!

We are excited to share the ‘Power Platform Communities Front Door’ experience with you!   Front Door brings together content from all the Power Platform communities into a single place for our community members, customers and low-code, no-code enthusiasts to learn, share and engage with peers, advocates, community program managers and our product team members. There are a host of features and new capabilities now available on Power Platform Communities Front Door to make content more discoverable for all power product community users which includes ForumsUser GroupsEventsCommunity highlightsCommunity by numbersLinks to all communities Users can see top discussions from across all the Power Platform communities and easily navigate to the latest or trending posts for further interaction. Additionally, they can filter to individual products as well.   Users can filter and browse the user group events from all power platform products with feature parity to existing community user group experience and added filtering capabilities.     Users can now explore user groups on the Power Platform Front Door landing page with capability to view all products in Power Platform.      Explore Power Platform Communities Front Door today. Visit Power Platform Community Front door to easily navigate to the different product communities, view a roll up of user groups, events and forums.

Microsoft Power Platform Conference | Registration Open | Oct. 3-5 2023

We are so excited to see you for the Microsoft Power Platform Conference in Las Vegas October 3-5 2023! But first, let's take a look back at some fun moments and the best community in tech from MPPC 2022 in Orlando, Florida.   Featuring guest speakers such as Charles Lamanna, Heather Cook, Julie Strauss, Nirav Shah, Ryan Cunningham, Sangya Singh, Stephen Siciliano, Hugo Bernier and many more.   Register today: https://www.powerplatformconf.com/   

Users online (1,749)