Skip to content
Text to Structured ...
 
Notifications
Clear all

Text to Structured callin.io Call: Creating an array of objects

2 Posts
2 Users
0 Reactions
4 Views
RaCloud
(@racloud)
Posts: 1
New Member
Topic starter
 

I have a list of items that follow a specific pattern:

title
parameter
parameter
etc..

When I run this call, I'm only receiving one result back, which is correctly assigned but it's just the first item from a list. I need it to be an array of values.

I have the following call:

I have made an effort to declare the object array, and it is returned as a collection with a single element.

 
Posted : 13/04/2025 9:48 pm
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 each bundle’s content 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 happening in the scenario, especially if there are complex data structures (nested arrays and collections) or if external services are involved. It will also help you with mapping the raw property names from collections.

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

 
Posted : 14/04/2025 9:02 am
Share: