Loop through products in event but only include items based logic
I’m working on creating an order cancellation email based on event data from our OMS. The current event data I’m working with has a product array of all items in the order, with each item having a status of shipped, cancelled, etc.
I have my template setup and correctly pulling the items from the event, however it is pulling all items in the event rather than just the “cancelled” ones.
When using a dynamic table, is it possible to add filtering logic in the row collection field that would only loop through products that evaluate “true” for a specific attribute?


