Thing Before Change and Thing Now

Hi, I’m creating an activity feature to my app when important data is updated or deleted and what are the best practices to do that.

I want to save in a new table the previous data from a field and the new data of this field.

Something like this:

Modified Thing | Modifed Field | Previuos Data | New Data

Colors | Name | Black | Grey

I found in Bubble’s Reference something called “Thing Before Change” and “Thing Now” but I did not find them in the workflows or how they works.

Any one knows best practices to do this and how can I do it?

Thanks !!!

1 Like

The thing before change and now are apart of database triggers and not regular workflows. If your plan allows it you have back end service called database trigger

1 Like

Thanks !!!

I’ll give it a try !!!