I'm trying to read some elements stored in a detail attribute as a string array with a Houdini Expression, and it doesn't work.
So maybe I'm doing something wrong or there's a bug somewhere, but I would be glad to get some help with this

I've attached a simple scene where I create a string and string array detail attributes using an Attribute Wrangle.
s@object = "/obj/sphere1"; s[]@objects = {"/obj/sphere1"};
It works fine with string:
`details("../attribwrangle1/", "object")`
but not with the string array:
`detailsmap("../attribwrangle1/", "objects", 0)`
Am I missing something here?
Thanks a lot!
Alex
Attachment Not Found


