Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Suggested answer

How do I pass values into Power Automate

(0) ShareShare
ReportReport
Posted on by 25
In my scenario, a user will select an option from a drop-down box which will drive other values to correspond to that selected dropdown value. This will then be passed into Power Automate to be used in a HTTP POST request. The only issue is, is that I can't get it to pass down. I don't have the 'Ask Power Apps' option in Dynamic content. Any ideas? 
  • Suggested answer
    SaiRT14 Profile Picture
    1,961 Super User 2025 Season 1 on at
    How do I pass values into Power Automate
    Pls check out the following:
     
    • create the flow that contains the HTTP POST request action.
    • Add the HTTP POST request action in the flow.
    • initialize a variable or compose action to receive the input parameter from Power Apps.
    • Add a Compose action in the flow.
    • Click Compose, and under Dynamic Content, select Ask in PowerApps.
    • Respond to PowerApps action at the end of the flow to send the result back.
    • create or select the dropdown control that will drive the values.
      • Dropdown1.Items = ["Option1", "Option2", "Option3"]
         
    • When the user selects a value from the dropdown, use the OnSelect or a button’s OnSelect event to call Power Automate and pass the selected value.
    • In Power Apps, you need to call the flow and pass the selected value from the dropdown as an argument.
      • Set(response, FlowName.Run(Dropdown1.Selected.Value)
    try out and let me know. 
  • Suggested answer
    mmbr1606 Profile Picture
    12,108 Super User 2025 Season 1 on at
    How do I pass values into Power Automate
    since the power apps v2 trigger came out there is no ask in powerapps anymore
     
    have a look here:
     
     
    if it helped please mark as verified answer
     
     
    cheers
  • badgerfifteen Profile Picture
    25 on at
    How do I pass values into Power Automate
    realwillwright it doesn't appear :(
  • badgerfifteen Profile Picture
    25 on at
    How do I pass values into Power Automate
    @mmbr1606 Yes, I am building an app. A user will select an option, input some values into a text field and then these values are sent as a POST request through to an API. 
  • mmbr1606 Profile Picture
    12,108 Super User 2025 Season 1 on at
    How do I pass values into Power Automate
    what exactly is your use case? are u building an app or aything else?

    i guess this is a better place to ask:



    cheers
  • realwillwright Profile Picture
    772 Super User 2025 Season 1 on at
    How do I pass values into Power Automate
    Hi,
     
    Sometimes you have to click 'Show More' to show the ask in power apps option in the dynamic options

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,651 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard