web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Apps
Unanswered

Search filter

(0) ShareShare
ReportReport
Posted on by

I have this formule on galley in power apps: 

Filter(
    Contratos_RNV;
    StartsWith(
        TituloBreve;
        TextInput2.Text
    ) && Empresa.Value = "Vale" && (Status.Value = "Em contratação" || Status.Value = "Em aditivação" || Status.Value = "Paralisado" || Status.Value = "Não Iniciado" || Status.Value = "Devolvido para o solicitante" || Status.Value = "Iniciado" || Status.Value = "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))
)
I need change formule startwith for search formule, using TextInput2. text and same time, interactive with others dropdown

 

Categories:
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    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

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard