Hello,
I am trying to use the expression mentioned on this page to generate the next number in a field that stores the record number of observations collected in the field. The field idlong is an integer field and is located in the hosted feature layer DataCollectionInspection.
Here is my version of the arcade expression:
Solved! Go to Solution.
Thank you so much @ChrisDunn1! I will try out these two versions.
Just wanted to report back that the first solution (using var numberlist = $layer$layer) worked!
Thanks again for all your help!