Will_Bellerby1 | 2025-02-27 19:32:54 UTC | #1
Hello,
I'm getting some strange behaviours with the /api/v2/conversations/{conversationId}/recordings Get all of a Conversation's Recordings.
It works from the online dev tools, no issue.
When set up as a data action, the output contract behaves strangely.
The above format works with other arrays but I get the below error:
"Validate output against schema: JSON failed output schema validation for the following reasons: instance type (array) does not match any allowed primitive type (allowed: ["object"])"
So I have a different version that works when tested in data actions:
But this does NOT generate an array when added to an architect flow, I'm not expecting a string here:
Additionally, when the above is run in Architect I get the error "TOOMANYRESULTS Too many results matched criteria." which is the same as when you flatten the output.
Any ideas?
Thanks
system | 2025-03-29 19:33:12 UTC | #2
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 31955