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

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Do Dynamic search while tapping with

(0) ShareShare
ReportReport
Posted on by 128
Hi everyone, 
 
I hope you are doing well !
 
I have a search box as its showed in the picture below, and a table containing Items, where user can do search over those items ! 
 
the problem that search is not dynamic ! I have to move out the mouse from the box to get the result of the filter !
 
In the table items here is my formula : 
Filter(AppUsers, StartsWith(Title, SearchInput1.Value))
 
Search Box picture : 
I have the same question (0)
  • Verified answer
    Michael E. Gernaey Profile Picture
    51,803 Super User 2025 Season 2 on at
    Do Dynamic search while tapping with
     
    If its the modern control, there is a property (sorry my brain is fried lol from the conference so far), that will let you change it so that it reflects as the person types, otherwise it only will update once you leave.
     
    Just look I promise you cannot miss it. Its a dropdown.
  • Suggested answer
    Inogic Profile Picture
    1,118 Super User 2025 Season 2 on at
    Do Dynamic search while tapping with
    Hi,
     
    In Power Apps, search is meant to update instantly while you type. You should not need to click outside the box. If your search only updates after moving the mouse, it usually means one of the control settings is delaying the update. This can happen when:
    • The Text Input is using .Value instead of .Text — the correct formula is: Filter(AppUsers, StartsWith(Title, SearchInput1.Text));
    • DelayOutput is set to true, which makes Power Apps wait until you leave the control — setting it to false enables real-time search;
    • The OnChange property has a formula or the control is inside a form that delays updates — the OnChange property should be empty;
    • With a normal Text Input, DelayOutput turned off, and using .Text, the gallery or table will always update dynamically as you type.

     
    Hope this helps.
     
    Thanks!
    Inogic
     

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 686 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 433 Super User 2025 Season 2

#3
wolenberg_ Profile Picture

wolenberg_ 266 Moderator

Last 30 days Overall leaderboard