Select to view content in your preferred language

ArcGIS Pro/Model Builder problem

280
4
01-29-2026 11:48 AM
GaryMorris
Regular Contributor

I am building a model that joins to feature classes and then calculates a field in one based off of a field in the other.  I am getting them to successfully join but then the model fails while it is running the "Calculate Field" tool:  

ERROR 002717: Invalid Arcade expression, Arcade error: Field not found Permits_Agg_2025_Test, Script line: 1

The fields are not populating for me to select them, so I manually entered the full field name using both feature classes but am still getting the error.

I am using ArcGIS Pro 3.6.1

Any help is greatly appreciated. 

0 Kudos
4 Replies
DavidSolari
MVP Regular Contributor

This might be an Arcade limitation, if you use the Python calculation mode does that work?

0 Kudos
GaryMorris
Regular Contributor

No, it tells me it is an invalid field as well.

0 Kudos
Robert_LeClair
Esri Esteemed Contributor

Typically the ERROR2717: Invalid Arcade expression means an invalid syntax error as referenced here - 002717: Invalid Arcade expression—ArcGIS Pro | Documentation - can you provide the Arcade expression you're using?

0 Kudos
GaryMorris
Regular Contributor

It is just making one filed match another field so it is $feature.fieldname.  Since it is a joined table I have also tried $feature.inputtable.jointable.fieldname

0 Kudos