Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 46379

How can I print/debug Liquid object in adxstudio?

$
0
0
{% 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 accountto 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


Viewing all articles
Browse latest Browse all 46379

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>