Preventing older records being changed

Hi All,

is there a way to prevent older records from being changed,
assuming there is date created information in the record.
Users may not changed records that are x days old.

Regards,
Yusan

0 1 199
1 REPLY 1

Jonathan_S
Participant V

Hey Yusan,

Welcome,

In the editer go to the behaviour tab, and navigate to actions. Click on the Edit action for your associated table and navigate to the behaviour portion of the Edit action.

You want to fill in โ€œOnly if this condition is true
This action is available only for rows of the table that satisfy this conditionโ€ tab with a formula for example [Date] > TODAY()-3 this will only allow edits for entries within the past couple of days.

Top Labels in this Space