Update Field with Date Type to Null Value

3051
10
Jump to solution
10-07-2021 07:19 PM
Billy
by
Occasional Contributor II

Hi, 

I'm trying to transfer date data from a source feature class to a target feature class using an Arcade Dictionary to update the date field in the target class. Some of the features in the source class have blank\null value in the date field. 

When the rule finds one source features with a blank\null field it raises and error saying that the value passed by the dictionary to the field is not the right type. Even when the date field in the target is set to allow null values. 

Then, I found that setting the date field value in the dictionary explicitly to null will avoid the error, but the value was set to "12/30/1899" in the target date field. 

Why is not possible to set date field value to null using an Arcade Dictionary?

 

0 Kudos
10 Replies
Billy
by
Occasional Contributor II

Hi,

It work well in a FGDB. No error.

0 Kudos