Every time I click my button to load my dynamic list, the new items get added to the existing ones instead of replacing them. When I press back and return, the list keeps growing bigger and bigger.
I make list using Dynamic card view and other dynamic component.
What I want to achieve:
I want to completely clear the old dynamic components before generating a fresh list when the button is clicked.