Hi,
I have a column that automatically computes NOW(), but I would like it only to compute when adding a new row, not later when editing. I tried using setting editable_if to FALSE, but I get this statement:
Column Name ‘datumtijd’ in Schema ‘uitgang_Schema’ cannot use an EditableIf constraint if it has an App Formula. The EditableIf constraint will be ignored.
Does anyone has any experience with problem? I would like to compute the time when adding a new entry only, so it should be unchangeable when editing.