דלגו לתוכן
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.

Open your form in the FillFaster form builder. Add a Table field to your form. 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, you’ll connect your data source to FillFaster.

Add the FillFaster > Create a Submission Link module. Configure it with the correct Form ID to load your form fields. Before the FillFaster module, add an Array Aggregator module. This module will gather all the individual data entries (like rows from a spreadsheet or items from a list) into a single array.

Your basic scenario flow should look like this: Source Module -> Array Aggregator -> FillFaster Basic Make.com scenario flow with a source module, Array Aggregator, and FillFaster

Now, you’ll tell the aggregator how to structure the data for your table.

Click on the Array Aggregator module to open its settings. For the Source Module, select the module that provides the items you want to add to the table (e.g., Monday - List Group’s Items). For the Target structure type, select your FillFaster module. The columns from your table field (e.g., SKU, Price, Description) will appear automatically. Map the corresponding values from your source module to each column in the target structure. Configuring the Array Aggregator in Make.com with source and target structure

Finally, you will connect the output of the aggregator to your FillFaster form.

Open the settings for the FillFaster > Create a Submission Link module. Locate your table field (e.g., “Table (Table)”). Enable the Map toggle switch next to the table field’s name. 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 will compile all the source items into a structured array, and the FillFaster module will pre-fill the table with that data.