I'm having trouble comparing control with text type.
What I need is the following: in a powerapps form I need when "Contract" = "Contract.Text(Input)", to return the values โโof the "resources" that were selected.
The combobox is just the resources that will be selected, I use the following codes:
onchange = UpdateContext({ContratoSelecionado: CardContrato_1.Text})
items = Filter(ValoresContratos;Contrato = ContratoSelecionado)
