Re: Dynamic picture isn't showing in my adaptive card anymore
Hi @PeKi72
you are using "item()" within the compose action / the concat but you are not referencing on which item this should run. Usually you use this within an "apply to each" to run on each item within an array. Please add an "apply to each" around the compose action and run on the "value" from SharePoint get items. Then you can keep the "item()" expression.
Otherwise, you could also use the following expressions, if you only receive one item from the "Get items":
outputs('Get_items')?['body/value'][0]?['E_mail']
outputs('Get_items')?['body/value'][0]?['Display_name']
Just replace these expressions within the concat.
Does this help you? Otherwise please give me some more information.
Best regards
Marvin
If you like this post, give a Thumbs up. If it solved your request, Mark it as a Solution to enable other users to find it.
Blog: Cloudkumpel