Skip to content
AI Agent tool - cal...
 
Notifications
Clear all

AI Agent tool - callin.io workflow gives single output instead of array

5 Posts
4 Users
0 Reactions
4 Views
pixMan
(@pixman)
Posts: 2
New Member
Topic starter
 

Hi,

I have an AI Agent with access to the "call callin.io workflow" tool. My sub-workflow output provides multiple items, but within the main workflow, I'm only receiving the very first item. What might I be doing wrong? Is it possible to retrieve multiple items and utilize them with the AI Agent?

I'm sharing a much smaller and simpler version of my AI Agent.

Subworkflow output:
json
[
{
"eventId": "094rg6l00uqkdd3tqnop6ssvcu",
"date ": "2025-02-26T12:45:00+01:00"
},
{
"eventId": "2nnhd76ri74iqj2duvg5kngf2c",
"date ": "2025-02-26T16:30:00+01:00"
},
{
"eventId": "28kl2dk4c68tvaoogai3muupbu",
"date ": "2025-02-26T18:45:00+01:00"
}
]

Main workflow output using "call callin.io workflow":
json
[
{
"eventId": "094rg6l00uqkdd3tqnop6ssvcu",
"date ": "2025-02-26T12:45:00+01:00"
}
]

Thanks for your help.

 
Posted : 23/02/2025 11:50 pm
n8n
 n8n
(@n8n)
Posts: 97
Trusted Member
 

It appears your topic is missing some crucial details. Could you please provide the following information, if relevant?

  • callin.io version:
  • Database (default: SQLite):
  • callin.io EXECUTIONS_PROCESS setting (default: own, main):
  • Running callin.io via (Docker, npm, callin.io cloud, desktop app):
  • Operating system:
 
Posted : 23/02/2025 11:50 pm
solomon
(@solomon)
Posts: 78
Trusted Member
 

Try aggregating the items. Let me know how it goes.

.

:muscle:

If my reply answers your question, please remember to mark it as a solution.

 
Posted : 25/02/2025 1:11 pm
pixMan
(@pixman)
Posts: 2
New Member
Topic starter
 

It appears you've got it correct! Thank you.

 
Posted : 28/02/2025 9:38 pm
system
(@system)
Posts: 332
Reputable Member
 

This discussion was automatically closed 7 days following the last response. New replies are no longer permitted.

 
Posted : 07/03/2025 9:38 pm
Share: