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 / Number Input Object wi...
Power Apps
Answered

Number Input Object will not return a stable value from Lookup

(0) ShareShare
ReportReport
Posted on by 22
I have two fields in the same data card object in a Canvas app and one works and the other never works, even though they are identical formulas (except the conversion to number)
 
Text Input field:  Value formula = 
       LookUp( 'WL.WorkOrdersDtl1', Work_Order_Nbr = varItem.Work_Order_Nbr, Confirmed_Count )   //This SUCKS
Number Input field:  Value formula = 
Value( LookUp( 'WL.WorkOrdersDtl1', Work_Order_Nbr = varItem.Work_Order_Nbr, Confirmed_Count ) ) //This SUCKS
 
The Number Input field never works and the Text Input works every time.  - BTW: I tried moving the Value conversion to the confirmed count, within the lookup but that didn't work either.  FYI: I have the same lookup formula in about 20 other fields on this screen, each pulls a single data element and everyone the same lookup based on Work_Order_Nbr, just returning a different field from the record found.
 
Could PowerApps be so lame that I need to build a hidden text field to execute the Lookup function and then copy the result to Number Input field? Please tell me that PowerApps is not this horrible!!!
 
Still not resolved
Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    154,445 Most Valuable Professional on at
    Assuming the first one works, try
    Value( 
       LookUp( 
          'WL.WorkOrdersDtl1', 
          Work_Order_Nbr = varItem.Work_Order_Nbr
       ).Confirmed_Count 
    ) 
    Also what exactly is 'WL.WorkOrdersDtl1'

    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    Buy me a coffee
  • Verified answer
    WarrenBelz Profile Picture
    154,445 Most Valuable Professional on at
    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   
  • CU14112135-0 Profile Picture
    22 on at
    The sugguestion on this post does not work.  I have not received a resolution to this issue.  I'm 90% sure that this is a bug in PowerApps on the new control.  The formula on text works perfectly, but the formula does not work on the number control.

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 Apps

#1
wolenberg_ Profile Picture

wolenberg_ 119 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 107 Most Valuable Professional

#3
Haque Profile Picture

Haque 103

Last 30 days Overall leaderboard