What could cause an Arcade script to return "Cannot read property length of undefined"
I can show that data is being pulled through a Text($feature) arcade expression but when I simply have the expression $feature.FieldName I recieve the message in the console: "Cannot read property length of undefined". Any help would be greatly appreciated!
0
-
I haven't run into this before, but I'd be curious to know whether the error is the same if you use the alternate format for the field:
$feature['FieldName']
I'd also be curious to know whether the same issue happens for every field, or just that particular one.
0 -
Thanks Amanda! It does occur with every field on this layer and I have also tried the $feature['FieldName'].
0
Please sign in to leave a comment.
Comments
2 comments