Get multiple restults

I have created a scenario, but there is a module that does his thing twice, after that i want those 2 results stored into airtable with one module.

how do i do this?

Every result (item/record) from a search/match module will output a bundle. To “combine” them into a single structure, you’ll need to use an aggregator of some sort.

Aggregators are modules that accumulate multiple bundles into one single bundle. An example of a commonly-used aggregator module is the Array aggregator module.

You might also want to try a text aggregator if you want to store both values in the same cell.

2 Likes