Skip to content

Instantly share code, notes, and snippets.

@PraveenMathew92
Created May 24, 2024 19:07
Show Gist options
  • Save PraveenMathew92/bcc646520a87f47f8cdbc5c1a94031dd to your computer and use it in GitHub Desktop.
Save PraveenMathew92/bcc646520a87f47f8cdbc5c1a94031dd to your computer and use it in GitHub Desktop.
{% definedvalue where:'DefinedTypeId == 111' %}
{% for definedvalue in definedvalueItems %}
{{ definedvalue.Id }}
{{ definedvalue.Value }}
{{ definedvalue.CategoryId }}
{{ definedvalue.CategoryName }}
<br />
{% endfor %}
{% enddefinedvalue %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment