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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Adaptive Card not show...
Power Automate
Unanswered

Adaptive Card not showing in workflow

(1) ShareShare
ReportReport
Posted on by 83

My Adaptive card is currently a people picker, however its not showing in the work flow once submitted

- how can I get my Adaptive Card to import data submitted in a Microsoft list or showing the response in the workflow

 

here is my code

 

 

{
 "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
 "type": "AdaptiveCard",
 "version": "1.0",
 "body": [
{
 "type": "Image",
 "url": "@{outputs('Image')?['body/Url']}",
 "msTeams": {
 "allowExpand": true
 }
 },
 {
 "type": "TextBlock",
 "text": "New E-Mails in Shared mailbox ",
 "id": "Title",
 "spacing": "Medium",
 "horizontalAlignment": "Center",
 "size": "ExtraLarge",
 "weight": "Bolder",
 "color": "Accent"
 },
 {
 "type": "TextBlock",
 "text": "@{body('Convert_time_zone')}",
 "id": "acHeaderTagLine",
 "separator": true
 },
 {
 "type": "TextBlock",
 "text": "Shared Mailbox",
 "weight": "Bolder",
 "size": "ExtraLarge",
 "spacing": "None",
 "id": "acHeader"
 },
 {
 "type": "TextBlock",
 "text":Test here",
 "id": "acInstructions",
 "wrap": true
 },
 {
 "type": "TextBlock",
 "text": "Please Enter your name",
 "id": "acPollQuestion"
 },
{
 "type": "Input.ChoiceSet",
 "isRequired": true,
 "errorMessage": "This is required",
 "placeholder": "Please Enter your name correctly",
 "choices": [],
 "choices.data": {
 "type": "Data.Query",
 "dataset": "graph.microsoft.com/users"
 },
 "id": "people-picker",
 "isMultiSelect": true
 }
 ],
 "actions": [
 {
 "type": "Action.Submit",
 "title": "Submit"
 }
 ]
}

 

Categories:
I have the same question (0)
  • ManishSolanki Profile Picture
    15,091 Super User 2025 Season 2 on at

    Hi @uwtsd-shind 

     

    Are you using adaptive card to collect data from users? 

     

     

  • CU25021858-0 Profile Picture
    83 on at

    @ManishSolanki yes I am

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 501 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 323 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard