Announcements
My gallery is only showing the logged in user data, ok. But how do I search for information in this gallery with the search function?
@jcnascime1
You could try this
Search( Filter( Gestao_Funcionarios, Email = Label2.Text ), TextInput1.Text, "yourColumnName" )
Change 'TextInput1' to the name of your text input control and "yourColumnName" to the field/column you wish to Search on.
NOTE: Search() is NOT (<--edit) delegable to most data sources meaning you'll only be able to use this formula on data sources up to 2000 records in size
If you get into a delegation issue with Search, you can use:
Filter(Gestao_Funcionarios,Email = Label2.Text &&
StartsWith("yourcolumnname",TextInput1.Text))
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 491
WarrenBelz 407 Most Valuable Professional
11manish 331