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 / Powerapp Lookup formul...
Power Apps
Answered

Powerapp Lookup formula is not working when Lookup with Number field ?

(0) ShareShare
ReportReport
Posted on by 17

Hi All,

I have a list name "List1" which has two fields

1. OrderID (Number Type) 

2. OrderName (Single Line Text)

I have another list name "List2" which also has two fields

1. GetOrderID (Lookup field) which is Lookup from "List1" column "OrderID"

2. GetOrderName (Single Line)

I have written formula on default property of "GetOrderName (Single Line)". Below is the formula:-

LookUp(List1, OrderID = DataCardValue6.Selected.Value, OrderName) - did not work. then i tried to convert number field into string. below is the formula but it also did not work.

LookUp(List1, Text (OrderID) = DataCardValue6.Selected.Value, OrderName)

 

Note - If I change OrderID (Number Type) field into Single line then its working fine.

 

Please help into this.

Categories:
  • Verified answer
    WarrenBelz Profile Picture
    156,566 Most Valuable Professional on at

    Hi @Vishwa05 ,

    Try this first

    LookUp(
     List1, 
     OrderID = Value(DataCardValue6.Selected.Value), 
     OrderName
    )

     

    Please click Accept as solution 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 Thumbs Up

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard