Missing items for HTTP request output

Hello,

I am trying to simply make an HTTP request and use the output data for my next module, however, I run into missing data or possibly a limitation.

In the following screenshot, you can see that one of the outputs [items] has 10 items under it.

However, in the next step, when mapping the data, I only can see one item, which is item 10. all other 9 items are missing.

Anyone has an idea on how can I see the rest of the items?

Thank you

You’ll have to use an Iterator module with the items array (variable).

Screenshot_2023-12-19_191238

For more info on using an Iterator to access items in an array, see

If you want to learn more about Make, you can read up in the Help Center. I also recommend doing the tutorials in the Make Academy, and learn advanced skills like how to make custom apps to any API in the Make Partner Training Portal - both have certificates for successful completion.

2 Likes

Hi Halim,

this is just how the Make UI works when showing arrays - it will show only 1 item. You can still access all of them by using their respective orderindex or by using an iterator module to create separate bundles for each item inside the array.

3 Likes

Thank you Sam,

I just did that, but I feel I am missing something.

I added an iterator and placed the [items], under which are 10 inner items.

However, in the next module, i still can only see 1 item out of 10.

Note: the unique identifier for each item is rank_group (rank_group from 1 to 10).

The goal is to be able to see all 10 items when mapping.

Thank you

Welcome to the Make community!

1. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

2. And most importantly, Output bundles

Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module, save the bundle contents in your text editor as a bundle.json file, and upload it here into this discussion thread.
Screenshot_2023-10-06_141025

Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

2 Likes

I don’t think I can use the iterator because my next node is a webflow create blog post. I do have 10 collections under the array i am iterating and with the iterator, it is creating 10 blog posts.

What I am trying to achieve is to be able to see ALL the collections and map them out to webflow fields.

I have been researching and possibly formulas could help?

the following image is the array i need to get the data from, from each collection.

Screenshot 2023-12-19 at 23.17.10

the following are the fields I need to use for my next module:

basically within the items array, I have 10 customer reviews, each customer review has name, rating, text and other data. I need to take all the data to webflow module fields, where i have fields for each review, for example, review_text_1, review_text_2, review_text_3 and so on.

Thank you

Please provide the output bundles of the module (Reviews GET) [10] by running the scenario, then click the white speech bubble on the top-right of each module, save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
Screenshot_2023-10-06_141025

Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

This will allow others to better assist you. Thanks!

2 Likes