Iterator values not showing

:bullseye: What is your goal?

showing the iterator values to map them

:thinking: What is the problem & what have you tried?

hi guys. im trying to map the id
(organizations) Array
1 Collection
id 623fc6f2aabf7c0001c219ef

organizations should be a dropdown but its displayed as empty, even though i set a filter so only the ones that have data inside them pass

but as you can see its not showing in any way here. tried the iterator and didn’t work. any solutions? i’d give you more screenshots but it only allows me to paste one

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

1 Like

Hi @andrei2 ,

Could you please verify whether the output bundle from the Apollo – Make an API Call module contains values inside the Organization[] array?

Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation

Hey Andrei,

you can check the output of the iterator and see what the raw name should be from there and then type it in manually. It should be something like {{8.value}} or {{8.id}}.

hey, tried to type it manually but it doesn’t recognize it. maybe because the first 2 organizations are empty and the 3rd one has data in it. used a filter for it but still the same result

Can you show a screenshot of what the incoming array looks like?


hi. yes it does. here im giving it 30-40 different casinos and the first 2-3 don’t have any data inside, but from the bundle 3 it starts containing values. i tried filtering only the organization arrays that contain value but i still can’t map it

1 Like

It should be {{8.id}}

can you run the scenario up until the iterator module and check its output on the bundles that do have output?

Hi @andrei2 ,

Could you please confirm whether you’re using the Organizations[] array in the Iterator?

If possible, kindly share the scenario blueprint as well.
Having that will allow us to review the configuration in detail and troubleshoot the issue more effectively.

Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation

yes i do but when trying to map it looks empty. here is the json if it helps!

LCB Casinos Scraper.blueprint.json (46.5 KB)

the output of the iterator is alright but cant be mapped

Yes but you can still type it in manually. And on the bundles where its available it will still be recognized.

1 Like

yes this time worked. the first time i got an error doing this. any idea why it isn’t possible to map it and got to write it myself?

When the first bundle in the array is empty it will fail to populate the mappable options. So yeah, in those cases you have to type them in manually.