I'm trying to create a Power App form and some questions should appear based on another questions answer. I am trying to use the following formula in the visible setting for a specific question but I'm getting the error "incompatible types for comparison, these types can't be compared: Number, Text".
Formula being used: If(Value('Number of CDI Queries _DataCard1'.Selected.Value) = "1", true, false)