Iterator bundles are not passed to next module

I’m trying to take a list of items and identify which ones the quote items; then store their quantity and if they have a color assigned.

The iterator shows that it has bundles:

bundle.txt (945 Bytes)

But the next step (the filter) always shows the iterator output is empty:

Extra info

This is the info I start with:

I store the ‘subitems’ as a variable that is then passed to the iterator:

And when setting up the filter, I choose ‘Value’ from the iterator:

Happy to answer any questions and provide more info.

Thanks!

Hey Erik,

So “value” is the default output of the iterator. But in your case there is no variable called value so it’s empty. Judging by the get formula it should be {{118.column_values}}.

3 Likes

Amazing, that did the trick!

I didn’t realize I could just type in module variables like that. I assumed I could only use what Make offered. You have saved the day and taught me something new :smiley:

Thanks!