Updating Date/Time type value to Salesforce

Hi guys,
I'm trying to empty a Date/Time type value on a Salesforce record, using "Update/delete records in Salesforce" action.
I tried both to modify the column in EM dataset to "Empty()" or "" (zero length string) but the field does not receive the update and keep the previous date without changing.

Any solution for this issues?

Thanks!

Currently, this is not supported out of the box.

The official way of updating field values to null is to pass the #N/A string as a value (Help And Training Community). This should do the trick.