Scraping, iterating, extracting individual items


my scraping works.
it goes into iterator
but there’s no way to extract the individual items from the iterator.



how do i get them to actually map each individual item in the list of items? it either gives me just the first one, or all of them together, comma separated.

its definitely iterating… its just not giving the individual items…

the docs imply if i run the modules or the whole scenario, the items will appear that are missing in mapping but they do not.

1 Like

Well, I’ll be damned.

this works. but i wonder why i don’t see this example in the docs.

Hey again @Ryan_Scott :wave:

You’re doing a smashing job at figuring things out, awesome work! And thanks for always stepping back in and sharing your findings and learning with the community. We appreciate that big time :pray:

I’ll pass this info to the team so that they are aware of the gap. Thanks a lot for the feedback and for helping us improve our resources :clap:

Also, just FYI, I’ve marked your reply as a solution :white_check_mark: so that other folks searching for answers know where to look.

Well, you don’t actually need to do as well.

What you can do is use the Iterator output directly without having to use the Bundle Order Position

1 Like