Could Esri consider supporting the JavaScript (for...of) statement in Arcade?
for (var path of paths) { for (var point of path) {
JavaScript For Of
Currently, only the (for...in) statement is supported:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.