Hi All
I am just starting looking in to using liquid in power pages and building first fetchxml query but its not returning any data
{% fetchxml a_test %}
<fetch version="1.0" mapping="logical" >
<entity name="rim_testList1">
<attribute name="Name"/>
</entity>
</fetch>
{% endfetchxml %}
{% assign aa_test = a_test.results.entities %}
{{ aa_test.size }}
And aa_test.size is always 0 😞
Its not permissions issue as I created another page with adding that list and it is showing results
Any idea where I am going wrong?
Also can anybody explain the difference between using fetchxml and entities.account[id]?
Thanks