As the subject line suggests, I would like to create an array of all the values of a given field in a table. The end goal is to create an attribute rule that can check a string against the array and make sure the string is in fact part of the array.
In arcpy, I would use the da.SearchCursor and append the values of the field to a list. How does one accomplish the same basic operation in Arcade?
I never know what Geonet space to post Arcade questions to, so I'm tossing this into the ArcGIS Pro space...