Forum Discussion
The expression in the screenshot is:
$entity.GrandTotal
However, after splitting on $entity[*]
, the documents will only have the contents of the elements of the array. So, you should not have to add the $entity
prefix and just write:
$GrandTotal
Although, I might not be understanding your question.
One thing I do notice though is that there doesn’t seem to be any preview documents generated in your screenshot? If there were some preview docs, it would be a lot easier to see what was working or not.
- andre_mangatal7 years agoNew Contributor
Hi tstack
I implemented what you told me and it worked! Thank you so, so very much
Best regards,
Andre