Hi
I am using a Textinput field as a Search box to filter a Gallery Control. The callery control gets data from Dynamics 365.
The behaviour of the control is buggy, so while I am typing in the search box it refresh several times.
the user can choose an item from the control and get to the next screen.
Now if he is fast and select an item, while the control is still refreshing, the selected item is changed whil the user is already on the next screen.
I think as a solution, that I want the gallery items only to load when the user clicks on a button, and not while typing in the textbox.
any idea how I can do this?
thanks for your help!
Solved! Go to Solution.
thank you, but it seems that its not working.
maybe because I use Filter and not search?
this is the command I have currently in the items value:Sort(If(CustomerSearch.Text<>"";Filter(Firmen; CustomerSearch.Text in Firmenname);FirstN(Firmen;10));Firmenname;Ascending)
it worked. thank you!
User | Count |
---|---|
163 | |
89 | |
71 | |
64 | |
62 |
User | Count |
---|---|
210 | |
151 | |
97 | |
84 | |
66 |