I have this formule on galley in power apps:

I have this formule on galley in power apps:
hey @xFelipeDuartee
can u try this:
Filter(
Contratos_RNV,
Search(
TextInput2.Text,
TituloBreve
),
Empresa.Value = "Vale",
Status.Value in ["Em contratação", "Em aditivação", "Paralisado", "Não Iniciado", "Devolvido para o solicitante", "Iniciado", "Contratado"],
(Status.Value = DropdownCanvas1_4.Selected.Value || IsBlank(DropdownCanvas1_4.Selected.Value)),
(Priorização.Value = DropdownCanvas1_5.Selected.Value || IsBlank(DropdownCanvas1_5.Selected.Value)),
(EtapaContratacao.Value = DropdownCanvas1_6.Selected.Value || IsBlank(DropdownCanvas1_6.Selected.Value))
)
Let me know if my answer helped solving your issue.
If it did please accept as solution and give it a thumbs up so we can help others in the community.
Greetings