What is your goal?
How to filter Iterator bundles by value field from Shopify note_attributes
What is the problem & what have you tried?
Hi,
I have a scenario that searches Shopify orders and iterates over the note_attributes array using an Iterator module.
Each bundle from the Iterator has two fields: name and value.
Example note_attributes from Shopify order:
Pickup-Date β 2026/05/02
Pickup-Time β 10:00 AM - 11:30 AM
Pickup-Location β Casa Gatto
I want to filter only the bundle where value contains todayβs date (2026/05/02).
I tried using {{3.value}} Contains 2026/05/02 in the filter but all 5 bundles are blocked (
) even though one bundle has exactly value = 2026/05/02.
Question: What is the correct way to filter Iterator bundles by the value field from a Shopify note_attributes array?
Thank you!

