Hi
I am having difficulties getting a flow response returned to my App.
My Result in the flow is from a http get request - and the body is like this
[
{
"personGroupId": "070ceaf6-3cc7-4940-afcb-b0950551b347",
"name": "erik Svensen",
"userData": "default"
},
{
"personGroupId": "af0b6d0e-ec87-4a87-9e39-4cb9a3def88e",
"name": "Søren Faurum",
"userData": "default"
}
]
and I construct the Response Body JSON Schema like this
{
"type": "array",
"items": {
"properties": {
"personGroupId": {
"type": "string"
},
"name": {
"type": "string"
},
"userData": {
"type": "string"
}
},
"type": "object",
"required": [
"personGroupId",
"name",
"userData"
]
}
}
Any idea of what is going on ?
Best Regards
Erik Svensen

Report
All responses (
Answers (