I want to combine 2 texts (contact details of Médiateur #1 and Médiateur #2) into a Variable called “Détails binôme”, which will be integrated in the content of an email. But at this point, I only managed to get the 2 texts separately in 2 operations.
If they are still in two bundles, you can use a Text Aggregator.
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.
If they are already in an array, you can use the map and join built-in functions.