
{% fetchxml accounts %}
<fetch mapping="logical" output-format="xml-platform" version="1.0" distinct="false">
<entity name="account">
<attribute name="name" />
<attribute name="primarycontactid" />
<attribute name="telephone1" />
<attribute name="accountid" />
<order descending="false" attribute="name" />
</entity>
</fetch>
{% endfetchxml%}
for example, I would like to print out account to console just like json format.
I search the solution in google, but it's not work.
{{ account | json }}
how can I check the account object
*This post is locked for comments
I have the same question (0)HI Simonlkch,
There is no way to debug the liquid template,check below links
https://community.dynamics.com/crm/f/117/t/231852
community.dynamics.com/.../231478
community.dynamics.com/.../236404
Regards,
Shahbaaz