I'm looking at automating my workflow, the last step of which includes using an arcade expression to calculate a field. Basically Python's doing all the heavy lifting beforehand, and Arcade is being used to make the end result pretty.
Is it possible to automate an arcade expression like you would a python script?
If not, is there an easy way to run it, wrapped in a python script, from within the Model Builder?
Or do I have to rewrite it in Python?
Thanks!