
Hi,
I developed an adaptive card with an image element which I then use in an action: "post adaptive card and wait for response"
In the adaptive card designer the image is visible, while when send it in the Teams client it is no longer visible.
The image used is on a public site with anonymous access.
Some idea ?
I solved it by inserting the image converted to base64 into a variable, which I then use in the adaptive card image element.