We are using Adxstudio OnPrem 7.0.0.24. In our Liquid web template we have the below to render an entity list:
{% include "entity_list" key: "Account List" %}
This renders the entity list fine, but does not render the metadata filter that we have configured on the entity list. If we use an ASPX page template then the metadata filter renders fine.
Does anyone know how to render the metadata filter using Liquid?
Thanks!