Select to view content in your preferred language

ArcGIS Pro- Calculate Fields (Multiple) Respect Null Calculations

86
2
yesterday
Amanda__Huber
MVP Regular Contributor

Has anyone else seen issues when using the Calculate Fields (Multiple) tool, to calculate fields to NULL. I have tested using both Arcade and Python and the tool says it executes successful, but when viewing the data all the records are still there and are not NULL

Amanda__Huber_0-1749839969357.png

Any insight into this would be appreciated. 

 

Thanks, 

Amanda Huber

0 Kudos
2 Replies
RPGIS
by MVP Regular Contributor
MVP Regular Contributor

Hi @Amanda__Huber,

Have you tried setting the expression to Null if arcade or None if python? Typically the expression should be set to one of these depending on the language you are using.

Robert_LeClair
Esri Esteemed Contributor

I tested RPGIS's suggestion with the expression being Null if arcade and None if python in ModelBuilder as you had in your graphic.  Works as expected.  Add Null or None to your expression parameter and it should work.