Is Document Generation API fully compliant with JSONata?
I am able to do something with the JSONata 'try' editor which gets nothing rendered when I move the same code to MS Word.
For example, this query--> $.foo.suggestions.suggestion results in the array I need, "["Hello","Hollow","world"]". I alos noted that "foo.suggestions.suggestion" without the prefix notation works.
But when I add to MS Word using a repeating set like so, no results.
{% repeating-section foo %}
• {{ suggestions.suggestion }}
{% end-section %}
Welcome any insights.


