Resolved! How to create an action output schema for array of array or string
I have a custom connector which I am creating a output field schema for.The HTTP response is JSON in the following format:{ Key: [ [ "string", "string2", "..." ] ], Key2: "String", Key3: "integer", }Here is a samp...