How do I refresh search results before display next results?

Hello, I need a little help while my search results are stay displayed and a 2nd search just adds the result to the already displayed ones. I have one 'search' button on the screen.
See code attached.
Thank you so much for any input.......!!!

You could try making a ListPicker (or a ListView too), containing the history. Once the search button is pressed, you can append the search results to the elements of the Listview/ListPicker:

Thank you. But I look for the oposite result, to clear the last search result in the 'listview' before display the new search result...
Sorry if I have not been clear enough on this issue.

1 Like

Then all you have to do is replace the Elements.
image

Thank you. To be insert in the Button1 block on top or bottom...?
20211009-searchButton1

And I have only a 'local searchvalue'

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.