How to update a formula automatically?

Hello, I am trying to get a Days left for a yearly subscription plan, I used a formula using a today value minus the (Day of subscription + 365) but I need to modify any cell to update the subscription value.

Hello,

In Ragic, formulas recalculate only when data is entered or updated directly in the location where the formula is defined. For example, if a formula is set on a field in the listing page, it will only be triggered when that field is edited on the listing page. You can read more about this behavior in this document.

If you’d like a record to automatically return the current date using the TODAY() formula, you’ll need to enable Daily Formula Recalculations with JavaScript. Detailed steps are available in this guide.