How can i auto refresh a page once user clicks a button (which deletes/removes some data from the page) so that the deleted data can be removed from the page

0
After clicking the button and after deleting some data, that data still shows on the page ..I need to refresh the page manually ...then only data is removed from the page.. suggest me how can i auto refresh the page once someone clicks that particular button.
asked
1 answers
3

Hey vivek,

For this, you have to apply a change activity after deleted object and check the 'refresh in client option'  this way, your data will be deleted and the page will be refreshed.

 

Hope it helps!

answered