Forum Discussion
Gursimrat
Leader
Using ${coreNode.ancestors} gives FreeMarker template error
PaoloT
12 years agoLithium Alumni (Retired)
That's very odd - it should be fine when called from the context of a board. What error are you getting? Please keep in mind that ancestors is an array so you would need to look into the array elements to find out the information around the node's ancestors.
For example:
${coreNode.ancestors[0].id}
Would return the id of the first ancestor.
Related Content
- 3 years ago
- 2 years ago
- 4 years ago