No matter what I try, neither the
attribnor the detailfunction returns the correct value, it always acts as if the given attribute doesn’t exist.On the other hand,
setdetailattribworks without issue and successfully sets attributes at the detail level with the same values.I've tried both POP and Geometry wrangles, but the result is the same.
i@is_exist; i@read_existence_check_attrib = getattrib(0, 'detail', 'my_detail_attrib', 0, @is_exist); i@read_existence_check_detail = detailattrib(0, 'my_detail_attrib', 0, @is_exist); // setattrib is working setdetailattrib(0, 'set_test', 1000);

