web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Number Input Object wi...
Power Apps
Unanswered

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
    152,847 Most Valuable Professional on at
    Number Input Object will not return a stable value from Lookup
    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
    152,847 Most Valuable Professional on at
    Number Input Object will not return a stable value from Lookup
    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
    Number Input Object will not return a stable value from Lookup
    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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 757 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 322 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 209 Super User 2025 Season 2

Last 30 days Overall leaderboard