I’m using Baserow self-hosted on Docker, and I’ve encountered an issue with a formula field.
I have two fields in my table:
- A DateTime field named “Time Review”
- A Formula field with the formula:
now() - field('Time Review')
This formula is meant to calculate the time elapsed since the “Time Review” date, displaying a real-time interval that updates automatically. Initially, this worked perfectly. However, in the last few days, the formula field has stopped updating continuously.
Result not updated automatically
Current Issue: To see the updated time interval, I now have to manually go into “Edit Field” for the formula and click “Save.” This manually refreshes the value, but I need it to update automatically without manual intervention.
When click Saved, the result update
Potential Cause? My database setup includes several hundred tables and rows, but I don’t believe this should be too much for Baserow to handle.
Question: Has anyone else faced this issue or found a solution to ensure the formula field with now()
updates continuously in Baserow?
Thanks in advance for any advice!