Skip to content
FillFaster

How to Populate Dynamic Tables in FillFaster with Make.com

This guide explains how to use Make.com to dynamically populate a table field in your FillFaster form with data from another source (like monday.com, Google Sheets, etc.). The key is using the Array Aggregator module.

First, you need to set up your form.

  1. Open your form in the FillFaster form builder.
  2. Add a Table field to your form.
  3. Configure the table columns (for example: Product, Price, Final Price).

This table is where the data from Make.com will be inserted.

Adding a Table field to a form in the FillFaster builder

In your Make.com scenario, connect your data source to FillFaster.

Add the app that provides your data (for example: Google Sheets, monday.com, and more).

In this example, we use monday.com List Group’s Items.

Select the Board ID and the columns to pull data from under Output Column Values (for example: Price, Product).

Configuring the monday.com module with output column selection

Add the FillFaster > Create a Submission Link module. Configure it with the correct Form ID to load your form fields.

Adding the FillFaster Create a Submission Link module in Make.com

Between your data source and the FillFaster module, add an Array Aggregator module from the Flow Control menu. This module gathers all individual data entries (like spreadsheet rows or list items) into a single array.

Adding the Array Aggregator module from the Flow Control menu

Your basic scenario flow should look like this:

Make.com scenario flow: monday.com, Array Aggregator, and FillFaster

Now, configure how the aggregator structures the data for your table.

  1. Click the Array Aggregator module to open its settings.
  2. Under Source Module, select the module that provides the items (for example: monday.com - List Group’s Items).
  3. Under Target structure type, select your FillFaster module (the table field). The columns from your table field will appear automatically.
  4. Map the corresponding values from the source module to each column in the target structure.

Configuring the Array Aggregator with table column mapping from monday.com

Finally, connect the aggregator output to your FillFaster form.

  1. Open the settings for the FillFaster > Create a Submission Link module.
  2. Locate your table field (for example: “Table (Table)”).
  3. Enable the Map toggle switch next to the table field’s name.
  4. Map the Array[] variable from the Array Aggregator to this field. You are now mapping the entire collection of data at once.

Mapping the array from the aggregator to the FillFaster table field

That’s it! When the scenario runs, the Array Aggregator compiles all source items into a structured array, and the FillFaster module pre-fills the table with that data.