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