Register dates of events

Hello dear community:

How can I create columns that register when an element is created in my app, when it is deleted or when, for example, an attribute of any type is changed. My app is an inventory, and we want to automatically register without the user having to enter the current date on the form, when a product was uploaded, when it was deleted, or when it was edited. Thanks a lot

In your form there is a component called “current date time” add that to your form and additionally add a new column in the data editor to hold the value when you submit.

That takes care of your created on date. If it suffices you could just update that new column anytime there is an edit or the record is deleted.

If you need a detail log of every action then that will be a little more difficult but doable.

3 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.