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 "TOO_MANY_RESULTS Too many results matched criteria." which is the same as when you flatten the output.
Any ideas?
Thanks