Hello Baserow community,
I’m trying to automatically insert the creation date for new rows that are added to my table via the API. I want each row to have its own unique creation date, reflecting when it was actually added.
Here’s what I’ve tried so far:
- I created a formula column with “date” as the name.
- I set the formula to “now()” thinking it would capture the creation date.
However, this approach isn’t working as expected. Instead of showing the unique creation date for each row, it’s displaying today’s date for all rows.
What I need is a way to automatically insert the actual date when a new row is created through the API, so that each row has its own distinct creation timestamp.
Is there a built-in feature or a different approach I should be using to achieve this? Any help or guidance would be greatly appreciated!
Thank you in advance for your assistance.