Hi there,
I have a question to Initial Value.
- I have a user setting “Probestelle” defined to enter a fixed date.
- I have a table with a field “Datum” with data type. For this field I have defined an initial value formula: IF( ISBLANK([_THISUSER].[Probetag]), TODAY(), [_THISUSER].[Probetag] )
Intention is that the user can fix a date (different from today) which shall be used if new records for this table are being created. No additional required_if or editable_if are defined for this date field.
- I have a view which groups the available records by the data field “Datum”.
Now assume I have entered a fixed value other than today in the user setting.
If I create from the view above a new record the expected date value is used in the Form View.
I I select first another date from the grouping and create then a new record, always the selected date is being taken. The initial value is simply overwritten.
I am using appsheet since years, but this behaviour is new for me. For me this seems to be wrong. I would have expected that initial value always has priority.
What do you think? Anyone having the same issue?