Forum Discussion
Images in Adaptive Cards in New Teams Client not showing
Thanks for the tip. I have just updated my Teams client and unfortunately the Adapative Card is still displayed without images. As I said, everything is fine in the web browser. Could the difference between our two versions be due to the region (Germany in my case)?
- dugmanstarAug 20, 2024Copper Contributor
Would you be able to provide me with any further update on this if possible - is there something that I could reference for updates on the fix? I am specifically interested in sharepoint images displaying in the teams desktop app. Is there another thread which is looking at sharepoint images and adaptive cards specifically?
- Neil_MchughApr 25, 2024Copper ContributorAs an aside, this also means that the Adaptive Card Designer no longer works for the purpose of incorporating images.
- Capcom24Apr 25, 2024Copper ContributorI am also a little irritated. We are also not allowed to publicly store company graphics and logos. And in the past it worked without any problems...
- Neil_MchughApr 25, 2024Copper Contributor
Really? Previous responses indicated that this was recognised as a bug rather than a design feature and I have only been experiencing the issue for the last couple of weeks. Prior to that I had no problem linking directly to images stored on my SharePoint. My company will not allow linking to publicly accessible files. The delay in rendering Base64, not only when cards are received but also when going into the chat to check older notifications, is noticeable and has raised comments from management and other users. is there any way to eradicate this delay?
Thanks,
Neil.
- Meghana-MSFTApr 25, 2024Former EmployeeImages should be publicly accessible or should be in Base64 design. This is by design.
- Neil_MchughApr 23, 2024Copper Contributor
Are there any updates on this yet? I have multiple cards in various notification/approval mechanisms which are no longer displaying my company logo images. I've temporarily implemented a fix by converting image URL to Base64 but this is by no means satisfactory due to the delay in images rendering on the cards.
- Meghana-MSFTMar 14, 2024Former EmployeeCapcom24 - Engineering team has tried both image links and they are hosted on Sharepoint Online, which is not a public image server and requires user sign in. For these images, Teams client can't download and render.
- Meghana-MSFTMar 13, 2024Former EmployeeWe have shared the information with the engineering team.
- Capcom24Mar 13, 2024Copper ContributorThank you for your request. I will send the requested data in a private chat.
- Meghana-MSFTMar 11, 2024Former Employee
Hi, if you have a recent repro, could you please provide the url you used to post the image, timestamp and conversation id? Team will need these to look up the backend logs.
- Capcom24Feb 16, 2024Copper ContributorI can confirm this behavior and don't think you're doing anything wrong. It must be a misbehavior in the Teams client. In the past, my application (PowerAutomate with Adaptive Card) worked perfectly in the old Teams client. In the web browser anyway. Unfortunately, all we can do at the moment is tell users to use Teams in the web browser for this application. I hope that Microsoft will fix this problem soon...
- Arkadiusz_SniezekFeb 15, 2024Copper Contributor
I have the same problem (please se below) http://I have the same problem (please se below). If I put external link, images are showing on adaptive cards, but if I put sharepoint/onedrive image link - images are not showing
If I put external link, images are showing on adaptive cards,
{ "type": "Image", "url": "https://www.kartelmedia.co.uk/wp-content/uploads/2022/06/Zrzut-ekranu-2022-06-5-o-22.03.51.png" }
but if I put sharepoint/onedrive image link - images are not showing
{ "type": "Image", "url": "@{outputs('sharepoint_attachement_list')?['body/AbsoluteUri']}" }
the same link is connected to action.openUrl and works properly here. If I paste the image address into the browser, it will also be displayed in the browser.
I set full access for everyone for the image - it doesn't work either.
It doesn't matter if I inserted an image from SharePoint or OneDrive, it doesn't show up at all.
What is wrong, what I do wrong?
- Meghana-MSFTFeb 12, 2024Former EmployeeWe are checking this internally, we will get back to you.