How to fix "Incompatible types for comparison. These types can't be compared: Number, Control"
cl-Winston Kimani
0
Reputation points
This error is in Power Apps. I am getting the following error. Incompatible types for comparison. These types can't be compared: Number, Control. Here is my button_Delete.OnSelect fx code. Remove(colCustomer,LookUp(colCustomer,CustomerNumber=Gallery1.Selected.CustomerNumber)); UpdateContext({varPopup:false})
Developer technologies | F#
Sign in to answer