Can't pull a map from data table

Hello,

I filled a datatable with a struct containing an array of names, an array of ints and a map of enums/ints ;
But when i get a row of this datatable, my 3rd output is an array of enums and not a map.

Is this a normal thing or a bug?

Thanks

This is a bug. You need to break your Datatable output row (not splitting the struct on the output node.)

Alright thank you!