Could Esri consider supporting the JavaScript (for...of) statement in Arcade?
for (var path of paths) {
for (var point of path) {
Currently, only the (for...in) statement is supported:
AFAIK this was added in the November 2024 update (v. 1.29)
Thanks this was implemented in Arcade version 1.29 released last February
Here is a link to the documentation:
https://developers.arcgis.com/arcade/guide/loops/#forof
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.