Hi again, can someone just very simply guide me around saving a date from the date picker to a field in the database of type ‘date’. That’s it. Nothing in my datepicker element values is saveable to the DB
Make changes to a thing
Date = DatePicker’s Value
You can only change things from the database.
So the Thing To Change expression must evaluate to a single database item.
Right now, your Thing To Change expression evaluates to a Date. You can’t make changes to a Date, only items from the database.
So make sure your Thing to change expression is something from your database.
Then you can define the field to change, and enter its value.
