How to not remember entities in history?

Hi @twittmin

are you referring to this post? I think it’s a smart solution if you work with forms. If you want to reset the tracker in a Form, you could use:

self.deactivate()
return []

Is that what you were looking for?

Regards