I’ve a column called last_update to keep track of the date & time of the last edit. I’ve set the column with Init Value NOW() / Editable unchecked / Reset on edit? checked. And… it works inside the app, but the new date/time is not saved to Sheets (in the edits). In fact, the old value appears again on the next sync.
But, if I use an Editable_If expression, and I set the expression to FALSE, it works (!). It befudles me, Editable unchecked, o Editable_If set to FALSE should not be the same thing ???
I believe if editable_if is set to unchecked, it will not allow any edits to the field- user as well as by app formulas and initial values. However, if it is checked and set to FALSE, app formulas and initial values will change as per expression evaluation.
Yes, it is right. But, the problem is, when unchecked, it allows edit by initial values, so you can see the new value on the form, but when saved, it does not sync the new value to sheets.