Hi guys,
I have a source table with AzureAD details, email and full name.
I have a textbox that the user will type a name and it will show or filter the email address from the input of the textbox.
How to search or filter the table from the input of the Textbox?
Example, user type: john at the textbox
Then the result will show or filter names starting with the name john.
Sample output:
John Doe
John Koo
John Fox
etc..
Thank you for any help.
Solved! Go to Solution.
Put a gallery or datatable on the screen and make the items property
Filter(yourtable, StartsWith(fullname, Textinput1.Text)
Put a gallery or datatable on the screen and make the items property
Filter(yourtable, StartsWith(fullname, Textinput1.Text)
Hi @sirch2020,
Based on the issue that you mentioned, do you want to filter the email address based on the entered name?
Could you please share a bit more about the scenario?
Add a TextInput control
Add a Gallery and set the Items:
Filter(DataSource,TextInput1.Text in FullName)
Hope it could help you.
Regards,
Qi
User | Count |
---|---|
252 | |
126 | |
104 | |
50 | |
49 |