How to fix "Incompatible types for comparison. These types can't be compared: Number, Control"

cl-Winston Kimani 0 Reputation points
2025-02-07T15:03:42.99+00:00

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})

F#
F#
A strongly typed, multi-paradigm programming language developed by the F# Software Foundation, Microsoft, and open contributors.
83 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.