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
Any insight into this would be appreciated.
Thanks,
Amanda Huber
Solved! Go to Solution.
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.
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.
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.
Hi @Amanda__Huber,
Were you able to get this resolved. I am simply checking because it has been a while and I just wanted to follow up.
Apologies for the delay, yes we were able to!
Great. If it is alright with you I will go ahead and mark my response as the solution.
Thanks Amanda.