Hello,
We are using PowerApps to create data entry screens for a SQL Server database.
One of our fields in the db is a date field. I want this field to default to today - which works by setting Default = Today().
The problem is, if I have an actual value in the db (field name is RecordDate) - this default value overrides the actual db value.
How can I only set the default value to Today() if there is not already an existing value? Basically, any time user is adding a record the first time only.
Appreciate any assistance you can provide,
Dan