Default value different per view?

Would like to use default value that is different per view:
e.g. default value formula
SwitchIf(thisTable == TodayTable, TODAY(), thisTable== YesterdayTable, YESTERDAY())

It seems thisTable refer to the underlying table, so I guess I need thisView, or something like thisFocusedView.title/id for comparison?

Any solutions?

Hey Matt,

I suppose the easiest way would be to use a button to create a new row.
Inside the button formula, you can fill each column according to your needs.

Bests,

Laurent

2 Likes

Hi Laurent, That works. Thanks