OpcUA and 2d-arrays

I am using OPC UA to read data from S7-1500 PLCs. I have some structures containing 2d-arrays, defined like this for example:
image
When trying to read this structure in Ignition, I get this error:


These are the settings for the tag:

I've tested different things, and it seems like this is caused by 2d-arrays inside a structure.
I can address those 2d-arrays directly, and it works fine, except they become 1d.
Is that because Ignition does not support 2d-arrays in tags currently? What can be done so that Ignition won't stop decoding subsequent data in these structures?
Also, I can provide wireshark captures of data I am getting from the PLC if needed.

Correct.

I'm not sure there's a work-around.

If you set the Ignition tag type to StringArray you might get a flattened/1d value.

But otherwise, yes, as Phil said, Ignition’s tag system does not support multi dimensional arrays.