Just wanted to know can we get record count of child entity using Liquid in Dynamics portal. For example
{% assign account = entities.account['936DA01F-9ABD-4d9d-80C7-02AF85C822A8'] %} {{account.new_child_entity.size}}
I am not getting any output using
{{account.new_child_entity.size}}
or
{{account.new_child_entity[0].id}}
I can get result using fetchXML, wondering if we can do it directly using reference entity?
*This post is locked for comments