How to refresh list view based on change event from text box ?

0
In the above mentioned screenshot we have a textbox where we call a microflow on change event This microflow call an api and fetches the people list On the consequent change events we see the results from api is coming correctly and the list that is sent from the microflow is the lastest data from the api  But in the UI the new results from the api is getting added up along with the previous api call results. The expectation is the latest results from the api has to be shown in the listview of the UI
asked
1 answers
1

You just need to add a change activity in that microflow and there you need to refresh the solution element.

if the solution element is passed in any condition in the microflow calling API, then it will refresh the whole list view according to the text you have entered.

 

Hope it helps!

answered