I am wondering if it is possible to dynamically change filters of a FetchXML in dynamics portal using Liquid, for example.
{% fetchxml fetchActivities %} {{% if {{ RecordId }} %}} {% else %} {% endif %} {% endfetchxml %}
Above code throw an exception, Unknown tag 'endif'.
Please let me know if there is any idea to achieve above.