Set a field to Null on update

I have a situation where I have an update server action that is suppose to remove a date and give the field a null value. But when the action is run it sets the date field in the database to 1970-01-01 instead of null.

How can I get it to set a null value to a database field on update?

I even tried setting the field type to varchar but it still adds the 1970 date. Where is it coming from? :frowning:

Try {{null}}

1 Like

Works like a charm Ken! Thank you! :beers:

1 Like

Would love to see this added to the data bindings like we already have {{NOW}}.

4 Likes

It would be great if this {{null}} worked from within the database manager, as well. Sadly, it doesn’t!

Does anyone know of a trick how to get null for a date column in the database manager?