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 Apps / Help Needed: Boolean V...
Power Apps
Unanswered

Help Needed: Boolean Value from Power Automate to Power Apps Always Returning False

(1) ShareShare
ReportReport
Posted on by 6 Most Valuable Professional
Hi everyone,

I need some help with an issue I'm facing.

I created a Power Automate flow that returns a value to Power Apps. In the flow, I use the "Respond to Power Apps or Flow" action to return a Boolean value (True or False). While it works perfectly in Power Automate, when I set this value to a variable in Power Apps, it always evaluates to False, regardless of the actual output from the flow.

Here's the setup:
Power Automate:



Power Apps Variable Formula:


Set(validationresult, Validatecontainers.Run(drp_prefix.Selected.Prefix,text_containerNo.Value).validationresult);


Does anyone have suggestions on what might be going wrong?

Thanks in advance!
 
Categories:
I have the same question (0)
  • SpongYe Profile Picture
    5,786 Super User 2026 Season 1 on at
     
    Whenever you make an adjustment to your flow outside the application, you will need to refresh the flow within the app.
    I tried a similar approach, and it worked for me:
     
     
     
    This is the variable validationresult:
     
     
    Consider checking the result of the Execute Action to ensure it returns a true value.
     
  • WarrenBelz Profile Picture
    155,450 Most Valuable Professional on at
    Just adding to @SpongYe's post - the response is a String "true" not the Boolean true , so to get a Boolean, you would do something like this
    Set(
       validationresult,
       Validatecontainers.Run(
          drp_prefix.Selected.Prefix,
          text_containerNo.Value
       ).validationresult = "true"
    );

    Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
    MVP (Business Applications)    Visit my blog Practical Power Apps    LinkedIn    Buy me a coffee
     
  • WarrenBelz Profile Picture
    155,450 Most Valuable Professional on at
    @Parag Chapre​​​​​​​
    A quick follow-up to see if you received the answer you were looking for or if you need further assistance.

    Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
    MVP (Business Applications)    Visit my blog Practical Power Apps    LinkedIn    Buy me a coffee

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 833

#2
Valantis Profile Picture

Valantis 563

#3
Haque Profile Picture

Haque 383

Last 30 days Overall leaderboard