Refresh my repeater list again after removing one of the items

Hi I have following code for On Page Enter -


What I want to do is when “toggle” is clicked, I would like to remove the selected record and refresh the page

When I click on toggle, my database operation works, but it does not reload the page with selected item removed (query will return only “Not-Read” items)
image
Can you please give me a hint? thanks.

Hello @Sanjay_Christian

You could use Set Repeater Data again but with an actual list of items that should be shown.

Regards, Dima.

That works for me. thanks