syraxidlemindS
BuildShip12mo ago
3 replies
syraxidlemind

Issue parsing JSON from API Call

I am attempting to migrate an API call from Flutterflow to Buildship, but cannot get the output schema to work correctly.

In Flutterflow the output JSON path is: $.agentReasoning[:].state.transcriptName

So an array, with an object, with a string.

I thought this would be pretty straightforward in BuildShip, but get the error: Cannot read properties of undefined (reading 'transcriptName')
Screenshot_2025-01-07_at_11.41.32.png
Was this page helpful?