Create and modify records only on specific dates

Hello everyone!

How can i make it so that users can create and modify records in the table only on specific dates?

For example, from the 25th of each month until 12:00 PM on the 1st day of the following month.

Hi,

Take a look at Access rules feature. Intro to access rules - Grist Help Center

You can add a formula column to your table with a formula like NOW() and then create an access rule that prevents update if your condition isn’t satisfied.

1 Like