Register to Q2 Community Update Webinar | Learn about MCP, AI Agents & v5.0 Early Access
Register now 🚀

How to map an array of connected items in Boost.space

When working with Boost.space modules (like invoices), you may need to map an array of connected items. If the number of items differs each time, it’s essential to create and manage the array properly to ensure everything is passed and stored correctly. This guide walks you through the steps to set up such a workflow using tools like Google Sheets and an Array Aggregator.

Step-by-step guide

1. Set up your source module

Start with your source of data. In this example, we’ll use Google Sheets to provide the initial data you want to send to Boost.space.

2. Add an Array Aggregator

After your source module, add an Array Aggregator. This module is used to bundle the repeating data into an array format that can be accepted by Boost.space.

3. Connect the Boost.space module

Now, connect the Boost.space module after the Array Aggregator. This is where the final data will be sent.

4. Configure the Array Aggregator

Once your Boost.space module is set up, save it and go back and configure the Array Aggregator.

  • Set the Target Structure Type to match the connected items expected by the Boost.space module.
  • Map the necessary fields as you normally would.

5. Save and return to Boost.space module

Click Save to apply your Array Aggregator settings. Then, return to the Boost.space module.

6. Map the array of connected items

Inside the Boost.space module, you’ll now be able to map the entire array of connected items using the output from the Array Aggregator.

Conclusion

Mapping an array of connected items in Boost.space may seem tricky at first—especially when the number of items varies—but with the right setup using a source module, Array Aggregator, and the Boost.space module, it becomes a smooth and scalable process. By structuring your data properly and carefully mapping fields, you ensure that your workflows remain clean, dynamic, and ready to handle real-world scenarios.