Hi Francisco,
You will need to create an iterator from the poliza %DynamicArray property, e.g.
You can then do a %GetNext(.key,.value) over the iterator where value will be a %DynamicObject that has the properties sucursal etc.
The other option would be to use the ZEN jsonProvider to deserialise the entire object for you, bypassing the need for the DTl.
- Log in to post comments
