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:
Thanks this was implemented in Arcade version 1.29 released last FebruaryHere is a link to the documentation:https://developers.arcgis.com/arcade/guide/loops/#forof
@SSWoodward Could Esri confirm and close this idea? I don't have access to Pro check.
AFAIK this was added in the November 2024 update (v. 1.29)
Sign in to post, follow content, and more. New here? Register for free.