Notifications
Announcements
I am using Power Apps in conjunction with Power Automate to create a workflow. I have a button in Power Apps with the following OnSelect property:
OnSelect
Set(myOutput, CallMS2Flow.Run(Value(Lenght.Text)))
The CallMS2Flow is a Power Automate flow that is supposed to return a numerical value. However, when I hover over myOutput, it indicates that the data type is boolean. Because of this, I am unable to pass the myOutput value into a Text input, such as myOutput.def.
CallMS2Flow
myOutput
myOutput.def
The flow has this output: The schema for the flow output is:
{ "type": "object", "properties": { "def": { "title": "def", "x-ms-dynamically-added": true, "type": "number" } } }
How can I correctly capture the numerical output from the flow and use it in Power Apps?
Set(myOutput, CallMS2Flow.Run(Value(Lenght.Text)).def)
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 721 Most Valuable Professional
Michael E. Gernaey 320 Super User 2025 Season 2
Power Platform 1919 268