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')
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')

