Hey, hello! I’m Ionut and I’m a novice in automation. I’ve been struggling with a scenario for a few days. I have a form in which a person fills in and chooses a medical problem. Based on that problem, the problem is selected from an Airtable database called “Problems”. Depending on the chosen problem, there are products associated with the problem and a product package for that problem in this table. I’m trying to bring through the Make.com modules so that at the end I have a complete text consisting of all the products associated with the problem, Product Name and Product Benefits, to be one below the other in the format
Product Name1
Benefits
Product Name2
Benefits
…
The problem is that towards the end of the scenario I tried with both Text Aggregator and Array Aggregator to put the texts from the products (Product Name and Benefits) into a single text but I can’t manage at all to not have each product in Operation 1, Operation 2… etc.
I want the final text with Product Name and Benefits from each product to load into an Airtable table.
I created the whole scenario with ChatGpt but for 2 days it’s been going around in circles and giving me the same solutions that don’t bring me the desired result
It would help me a lot if you could help me get it over with. Thank you very much!
Welcome to the Make community!
You have not yet provided sufficient information to demonstrate the problem that would allow us to reproduce the scenario and any error(s).
To allow others to assist you with your scenario, please provide the following:
2. Scenario Blueprint
Please export the scenario blueprint. Providing your scenario blueprint file will allow others to quickly recreate and see how you have set up the mappings in each module, and also allows us take screenshots or provide module exports of any solutions we have for you in return - this would greatly benefit you in implementing our suggestions as you can simply paste module exports back into your scenario editor!
To export your scenario blueprint, click the three dots at the bottom of the editor then choose ‘Export Blueprint’.
You can upload the file here by clicking on this button:

3. Output Bundles of Modules
Please provide the output bundles of each of the relevant modules by running the scenario (you can also get this without re-running your scenario from the History tab).
Click on the white speech bubbles on the top-right of each module and select “Download input/output bundles”.
A. Upload as a Text File
Save each bundle contents in a plain text editor (without formatting) as a bundle.txt
file.
You can upload the file here by clicking on this button:

B. Insert as Formatted Code Block
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:
-
Method 1: Type code block manually
Add three backticks ```
before and after the content/bundle, like this:
```
content goes here
```
-
Method 2. Highlight and click the format button in the editor

Providing the input/output bundles will allow others to replicate what is going on in the scenario, especially if there are complex data structures (nested arrays and collections) or if external services are involved, and help you with mapping the raw property names from collections.
Sharing these details will make it easier for others to assist you.
Hy, thanks for response
I attach files from blueprint and output bundles for last 5 modules, for Operation 1
…
outputop1modul54
[
{
“array”: [
{
“text_produse”: “
Nutriplus Aloe Glow\n\n:memo: Beneficii produs: \n:white_check_mark: Ajută digestia și reduce disconfortul abdominal\n:white_check_mark: Ajută la echilibrarea nivelului de zahăr din sânge\n:white_check_mark: Hidratează pielea și îmbunătățește aspectul ei\n:white_check_mark: Reduce balonarea și senzația de prea plin\n:white_check_mark: Sprijină eliminarea toxinelor din organism\n:white_check_mark: Sprijină funcția ficatului și protejează celulele hepatice\n:white_check_mark: Întărește sistemul imunitar și te ajută să te îmbolnăvești mai rar\n\n–––––––––––––––––––––––––––––––––––––––”
}
],
“IMTAGGLENGTH”: 1
}
]
…
outputop1modul26
[
{
“text_produse”: “
Nutriplus Aloe Glow\n\n:memo: Beneficii produs: \n:white_check_mark: Ajută digestia și reduce disconfortul abdominal\n:white_check_mark: Ajută la echilibrarea nivelului de zahăr din sânge\n:white_check_mark: Hidratează pielea și îmbunătățește aspectul ei\n:white_check_mark: Reduce balonarea și senzația de prea plin\n:white_check_mark: Sprijină eliminarea toxinelor din organism\n:white_check_mark: Sprijină funcția ficatului și protejează celulele hepatice\n:white_check_mark: Întărește sistemul imunitar și te ajută să te îmbolnăvești mai rar\n\n–––––––––––––––––––––––––––––––––––––––”
}
]
outputop1modul20
[
{
"text": "📌 Nutriplus Aloe Glow\n\n📝 Beneficii produs: \n✅ Ajută digestia și reduce disconfortul abdominal\n✅ Ajută la echilibrarea nivelului de zahăr din sânge\n✅ Hidratează pielea și îmbunătățește aspectul ei\n✅ Reduce balonarea și senzația de prea plin\n✅ Sprijină eliminarea toxinelor din organism\n✅ Sprijină funcția ficatului și protejează celulele hepatice\n✅ Întărește sistemul imunitar și te ajută să te îmbolnăvești mai rar\n\n–––––––––––––––––––––––––––––––––––––––"
}
]
outputop1modul9.txt (3.5 KB)
outputmodul18.txt (333 Bytes)
blueprint.json (61.4 KB)