Lava Filters - Notes
Category:Other
Description:Retrieves notes for the provided entity.
Input: "CurrentPerson": {
...
}
Lava: {% assign notes = CurrentPerson | Notes:'4,5','asc',2 %}
Notes
{% for note in notes %}
{{ note.Text }}
{% endfor %}
Output: Notes
Note one.
Note two.