I have a scenario created in Notion that generates an itinerary for a client, for example, who has a main travel package and a beach extension. I have an iterator that points to the client’s file and iterates through each package, extracting the days from the itinerary and then joining them together to create a complete itinerary. However, I need to check if a flight exists within each package. I have a database associated with the client with their flights, and assign the flight to the corresponding day based on the date. Could this be done?
Yes I think it can. Have you attempted to do so?
Yes but it is impossible, because with iterator that I think will be the best solution, is triplicate de bundles so this after is repited… and the functions make is not correct and the result is error
What do you think that will be possible the escenario?
Yes but you can always aggregate. How about learning about the basic data structure concepts?
Make for Make Newbies Video Series I: All About that Data
This is a must do for any Maker who wants to understand how to manage bundles and data structures.
Alternatively, you can always replace multiple modules with a single code module, so that it can be performed in only a single operation, if you know how to code in JS or Python, or Hire a Pro.
Usually when I want to run JavaScript code, I’ll use one of these modules:
1. Dumpling AI “Run Javascript Code” module
For more information, see the Run JavaScript Code page on Dumpling AI’s website, and the Help Centre documentation.
2. My “Execute JavaScript” module
Demo: Remove empty keys/variables from data - #8 by samliew
Install: [App] Sam's Toolbox of Useful Modules: @samliew
3. Make “Run Code” module 
This can both run JS and Python code. For more information about the Run code module and Make Code app, see the corresponding Integrations page and the Help Centre documentation.
Hope this helps! If you are still having trouble, please provide more details.
— @samliew
Thanks I could do it!!! I have studied the information of Java, but I think that is too much difficult for me
Java is not the same as JavaScript.
Do you still need help with your scenario? If you need further assistance, please provide the following:
1. All Relevant Screenshots
We need to see what you’re working with to give you the best advice. Screenshots are extremely important because Make is a visual editor — a picture provides us with more context.
It would help us identify the issue by having screenshots of:
- the full scenario,
- the zoomed in section of the scenario that you are referring to (if your scenario is huge),
- a full scenario run/execution (showing output “speech” bubbles),
- any error messages,
- individual module fields,
- relevant filter settings (conditions), and
- each module’s output bundles
- any external services (spreadsheet headers, sample data, regex101.com, etc.)
You can upload images here using the Upload icon in the text editor:
![]()
We would appreciate it if you could upload screenshots here instead of linking to them outside of the forum. This allows us to zoom in on the image when clicked, and avoid tracking cookies from third-party websites.
2. Scenario Blueprint
Please export the scenario blueprint. Providing your scenario blueprint file will allow others to quickly recreate and see how you have set up the mappings in each module, and also allows us take screenshots or provide module exports of any solutions we have for you in return - this would greatly benefit you in implementing our suggestions as you can simply paste module exports back into your scenario editor!
To export your scenario blueprint, click the three dots at the bottom of the editor then choose ‘Export Blueprint’.
You can upload the file here by clicking on this button:
![]()
3. Module Output Bundles
Please provide the output bundles of each of the relevant modules by running the scenario (you can also get this without re-running your scenario from the History tab).
Click on the white speech bubbles on the top-right of each module and select “Download input/output bundles”.
A. Upload as a Text File
Save each bundle contents in a plain text editor (without formatting) as a bundle.txt file.
You can upload the file here by clicking on this button:
![]()
B. Insert as Formatted Code Block
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
Here are some ways to provide text content in a way that it won’t be modified by the forum.
-
Method 1: Type code fence manually —
Add three backticks```in a separate line before and after the content, like this,``` text goes here ``` -
Method 2: Highlight and click the “preformatted text” button in the editor —

-
Method 3: Upload your file and share the public link —
(this method is only recommended for large files exceeding the forum upload limit)
Providing the input/output bundles will allow others to replicate what is going on in the scenario, especially if there are complex data structures (nested arrays and collections) or if external services are involved, and help you with mapping the raw property names from collections.
Sharing these details will make it easier for others to assist you.


