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 / Lookup Function : find...
Power Apps
Unanswered

Lookup Function : find number value from Excel sheet and populate into Sharepoint List

(0) ShareShare
ReportReport
Posted on by 2

Hello,

 

I have an Excel table (SKU_List) linked with a column with number formatting called SKU_Code (where data needs to be found)

I have created a number column on Sharepoint List called SKUNumber (where I need data to be stored)

 

On the powerapps forms, i have inserted the SKUNumber Datacard and for OnSelect, inserted below formula

 

LookUp(SKU_List, SKU_Code=Value(DataCardValue17.Text).SKU_Code)

 

I keep getting "Incompatible types for comparison: These types can't be compared: Number, Error'

 

Any help?

 

My purpose is to be able to use the excel column to lookup a value and save it on Sharepoint list

 

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    155,300 Most Valuable Professional on at

    Hi @Justjay6 ,

    Where are you putting that code ? If on the Item of a form, you need a record - 

    LookUp(
     SKU_List, 
     SKU_Code = Value(DataCardValue17.Text)
    )

    also the field may be Text

    LookUp(
     SKU_List, 
     SKU_Code = DataCardValue17.Text
    )​

     

    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.

    Visit my blog Practical Power Apps

  • WarrenBelz Profile Picture
    155,300 Most Valuable Professional on at

    Hi @Justjay6 ,

    Just checking if you got the result you were looking for on this thread. Happy to help further if not.

    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.

    Visit my blog Practical Power Apps

  • Justjay6 Profile Picture
    2 on at

    @WarrenBelzthanks for your help

     

    I actually managed to fix it somehow - believe changing the last fullstop before SKU_Code to comma did the trick

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 1,045

#2
Valantis Profile Picture

Valantis 675

#3
11manish Profile Picture

11manish 592

Last 30 days Overall leaderboard