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
Hi Adam…that isnt an option. I can select the field and even get to the point of make changes to a date but the date picker element doesnt appear. I get a bunch of operators and none of them allow me to just save the date.
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.