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.
I see you have tried a JSON aggregator and Table aggregator, but could you try replacing these two with just a normal Array aggregator module?
If you need further assistance, could you please provide the following:
1. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module, save the bundle contents in your text editor as a bundle.json file, and upload it here into this discussion thread.
Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
Following these steps will allow others to assist you here. Thanks!
I’d like to convert each item in the array into a bundle, so that I can search on the name of the element,
But right now, I’ve got element 1, element 2, element 3, so it’s not dynamic. If I wanted to add 3 more tags, I’d have to add them by hand. I’m sure there’s another way to do it.