Hi all,
Arcade expressions are a great way to non-permanently add information to records.
I was wondering if there's a way to grab the output of an Arcade expression for use in a Python script? Basically I want to treat is as a field in its own right.
My use-case that I have in mind is concatenating several fields.
For example, Genus, species, common name are all separate fields but are often concatenated for display. I don't need it concatenated in my main data, but for this particular workflow (labelling things), I'd like to have that information.
Thanks!