How can I add a number dynamically according to the amount of arrays?

Every result (item/record) from a search 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.

You are doing something very similar to RSS Feeds - Operations are multiplying - #6 by Donald_Mitchell, see if you need an aggregator after each Search module.

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

1 Like