Why cant we read the properties of recursive objects in Document template

0
Hello, I am trying to generate the pdf with some data and some data come from recursive objects. Why cant we read the properties of recursive object in Document Template. Is there any alternative.
asked
2 answers
0

What is your related domain model and required output?

Because using a recursive reference as I understand can be used in document templates...

answered
0

Thanks for reply.

That worked for me. Instead of reaching the property directly, Path divided into Nested data view before I read the property value.

I was trying to use the long path ( Input Entity → A Entity →  to B Entity → properties) read the attribute.  and was not working.

This(long path) works when we work on Pages but seems doesn’t work in document template. That is my observation.

answered