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.
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.
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.
(Note: Exporting your scenario will not include private information or keys to your connections)
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.
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!
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.
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.
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.
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!