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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / How to access acPollCh...
Power Automate
Answered

How to access acPollChoices in dynamic expression

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi Experts,

 

I create my first powerautomate to send a adaptive card to teams, and mark down the poll choices back into a SPO list.

 

The adaptive card can be sent successfully with below choice.

LINCC_0-1689343628128.png

 

But when i want to access the acPollChoices results i cannot access it from dynamic expression. Anything wrong here? 

LINCC_1-1689343708544.png

 

Any suggestions are highly appreciated.

 

 

Categories:
I have the same question (0)
  • Verified answer
    David_MA Profile Picture
    13,502 Super User 2026 Season 1 on at

    Run your flow and then look at the data returned from the Post adaptive card and wait for a response action. Here is an example from one of my flows (sensitive data x'd out):

     

    {
     "responseTime": "2023-07-11T15:46:27.6802846Z",
     "responder": {
     "objectId": "xxxxxxxxxxxxxxxxxxxx",
     "tenantId": "xxxxxxxxxxxxxxxxxxxx",
     "email": "xxxxxxxxx@xxxxxxxx.com",
     "userPrincipalName": "xxxxxxxxxx@xxxxxxxxxxx.com",
     "displayName": "xxxxxxxxxxx"
     },
     "submitActionId": "btnSubmit",
     "messageId": "1689090215069",
     "messageLink": "https://teams.microsoft.com/l/message/19:xxxxxxxxxxxxxxx/1689090215069",
     "data": {
     "txtFeedback": "20230711"
     }
    }

     

     You will notice in the JSON response, this is where your response data is returned. You can use an expression to get the value from data. In my flow, the value is returned from txtFeedback:

     

    outputs('Post_adaptive_card_and_wait_for_a_response')?['body/data/txtFeedback']

     

    Just replace txtFeedback with the name from your output. If you renamed the Post adaptive card action, you will need to update that portion of the expression as well to equal the action name.

  • LINCC Profile Picture
    Microsoft Employee on at

    Thanks David.

    I tried to create another post adaptive card action with all default messages in my flow and this time the acPollChoices appeared. Looks like a bug in my previous flow which my customized message body was not recognized well. 

     

    LINCC_0-1689601347430.png

     

     

     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 58

#2
David_MA Profile Picture

David_MA 53 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 36 Most Valuable Professional

Last 30 days Overall leaderboard