in my flow i am using a single value mail to export the members in to csv file
and the output is
"[\n {\n \"mail\": \"xyz@topi.com\"\n },
\n {\n \"mail\": \"abc@topi.com\"\n }\n]"
my schema is
{
"type": "array",
"items": {
"type": "string"
}
}
raw output
"errors": [
{
"message": "Invalid type. Expected String but got Object.",
"lineNumber": 0,
"linePosition": 0,
"path": "[0]",
"schemaId": "#/items",
"errorType": "type",
"childErrors": []
},
{