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 / Power App to Power Aut...
Power Automate
Answered

Power App to Power Automate

(1) ShareShare
ReportReport
Posted on by 8
Can I pass dynamic data from my Power App to a flow in Power Automate, and how would I do that without hardcoding values?
How do I handle the response from Power Automate and update my Power App with the results of the flow’s execution?
Categories:
I have the same question (0)
  • Verified answer
    Trait007 Profile Picture
    303 on at

    1. Yes, you can pass dynamic data such as text inputs, dropdown selections, or any user-provided data from Power Apps to Power Automate. When you create a flow, you can define input parameters to accept data from Power Apps. These parameters are passed when you call the flow, allowing you to send live data to the workflow.
    For example:

    PowerAutomate.Run(TextInput.Text, Dropdown.Selected.Value)

    This way, you don’t need to hardcode any values, and you can work with real-time data.

    2. To handle the response, you’ll need to use the Response action in your Power Automate flow. Once your flow completes, you can send data back to Power Apps through the flow’s output. In Power Apps, you can capture this output in a variable using:

    Set(Result, PowerAutomate.Run(Param1))

    This will store the response from the flow in the Result variable, which can then be used in your app.

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 308

#2
David_MA Profile Picture

David_MA 256 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 226 Most Valuable Professional

Last 30 days Overall leaderboard