Data input in ChatGPT: processing multiple keywords in one run

Welcome to the Make community!

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. The next popular aggregator is the Text Aggregator which is very flexible and has applies to many use-cases.

Click the below links to find out more:

In your case, since you want to pass all the searched results as a single “Text” variable, you might want to consider using the “Text Aggregator”.

2 Likes