I have an array that I want to sort by expiration date. I’m getting mixed messages on if and how this can be done. I would love any guidance with this code.
{% for reward in person.x_activeRewards %}
<div>
<p>{{ reward.expirationDate }}</p>
</div>
{% endfor %}