Skip to content
Aggregator
 
Notifications
Clear all

Aggregator

3 Posts
2 Users
0 Reactions
4 Views
Boiasu_Ionut
(@boiasu_ionut)
Posts: 2
New Member
Topic starter
 

Hello everyone! I'm Ionut, and I'm new to automation. I've been facing a challenge with a scenario for several days now. I have a form where users input information and select a medical problem. Based on their selection, the corresponding problem is retrieved from an Airtable database named "Problems". This table also contains associated products and their packages for each problem. My goal is to use callin.io modules to construct a final text that lists all products related to the chosen problem, including their Name and Benefits, formatted one after another like this:

Product Name1

Benefits

Product Name2

Benefits

...

The issue I'm encountering is that when I try to combine the product texts (Product Name and Benefits) into a single text using either the Text Aggregator or Array Aggregator towards the end of the scenario, I can't seem to avoid having each product appear in separate operations (Operation 1, Operation 2, etc.).

I want the final compiled text, containing the Product Name and Benefits for each product, to be populated into an Airtable table.

I built this entire scenario with the help of ChatGPT, but for the past two days, it's been providing the same solutions that aren't yielding the desired outcome.

Any assistance in helping me resolve this would be greatly appreciated. Thank you!

 
Posted : 09/04/2025 6:07 am
samliew
(@samliew)
Posts: 293
Reputable Member
 

Welcome to the callin.io community!

You have not yet provided enough information to demonstrate the issue, which would allow us to reproduce the scenario and any errors.

To enable 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. It also allows us to 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 and 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 retrieve 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 the contents of each bundle 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, you can alternatively paste the formatted bundles. These are the two methods to format text so that it won’t be altered 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 happening in the scenario, especially if there are complex data structures (nested arrays and collections) or if external services are involved. It also helps with mapping the raw property names from collections.

Sharing these details will make it easier for others to assist you.

 
Posted : 09/04/2025 6:09 am
Boiasu_Ionut
(@boiasu_ionut)
Posts: 2
New Member
Topic starter
 

Hello, thank you for your response.

I'm attaching files from the blueprint and the output bundles for the last 5 modules, for Operation 1.


outputop1modul54

[
{
“array”: [
{
“text_produse”: “

:pushpin:

Nutriplus Aloe Glownn​:memo: Beneficii produs: n​:whitecheckmark: Ajută digestia și reduce disconfortul abdominaln​:whitecheckmark: Ajută la echilibrarea nivelului de zahăr din sângen​:whitecheckmark: Hidratează pielea și îmbunătățește aspectul ein​:whitecheckmark: Reduce balonarea și senzația de prea plinn​:whitecheckmark: Sprijină eliminarea toxinelor din organismn​:whitecheckmark: Sprijină funcția ficatului și protejează celulele hepaticen​:whitecheckmark: Întărește sistemul imunitar și te ajută să te îmbolnăvești mai rarnn–––––––––––––––––––––––––––––––––––––––”
}
],
IMTAGGLENGTH”: 1
}
]


outputop1modul26

[
{
“text_produse”: “

:pushpin:

Nutriplus Aloe Glownn​:memo: Beneficii produs: n​:whitecheckmark: Ajută digestia și reduce disconfortul abdominaln​:whitecheckmark: Ajută la echilibrarea nivelului de zahăr din sângen​:whitecheckmark: Hidratează pielea și îmbunătățește aspectul ein​:whitecheckmark: Reduce balonarea și senzația de prea plinn​:whitecheckmark: Sprijină eliminarea toxinelor din organismn​:whitecheckmark: Sprijină funcția ficatului și protejează celulele hepaticen​:whitecheckmark: Întărește sistemul imunitar și te ajută să te îmbolnăvești mai rarnn–––––––––––––––––––––––––––––––––––––––”
}
]

outputop1modul20

[
    {
        "text": "📌 Nutriplus Aloe Glownn📝 Beneficii produs:  n✅ Ajută digestia și reduce disconfortul abdominaln✅ Ajută la echilibrarea nivelului de zahăr din sângen✅ Hidratează pielea și îmbunătățește aspectul ein✅ Reduce balonarea și senzația de prea plinn✅ Sprijină eliminarea toxinelor din organismn✅ Sprijină funcția ficatului și protejează celulele hepaticen✅ Întărește sistemul imunitar și te ajută să te îmbolnăvești mai rarnn–––––––––––––––––––––––––––––––––––––––"
    }
]

outputop1modul9.txt (3.5 KB)
outputmodul18.txt (333 Bytes)
blueprint.json (61.4 KB)

 
Posted : 09/04/2025 7:08 am
Share: