Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 2
    Clearing out your Geoprocessing History will likely reset the behavior. That said, you might not want to wipe the entire history, so you could just delete all of the Calculate Field items in the history. Commented Mar 5 at 14:40
  • 1
    In 3.3, you can create your own tool config file. esri.com/arcgis-blog/products/arcgis-pro/analytics/…. I don't have 3.3 so I can't test, but I bet you could add an attribute to the XML <parameter> tag, then type in your default.. e.g. <parameter name="expression" ... (other attributes here)>'foo'</parameter>, Commented Mar 5 at 17:31
  • Thank you for the suggestions! I went with clearing out my geoprocessing history and it worked. The other suggestion is a bit out of my realm of knowledge, but I appreciate the input! Commented Mar 10 at 12:40