try without resultList

This commit is contained in:
Marco Lettere 2021-06-04 11:25:12 +02:00
parent 3bf7363f3a
commit d23b12de3c
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
"type": "JSON_JQ_TRANSFORM",
"inputParameters": {
"role": "${retrieve_member_role.output.body}",
"queryExpression" : ".role"
"queryExpression" : "[.role]"
}
},
{
@ -68,7 +68,7 @@
"Content-type" : "application/json",
"Accept":"application/json"
},
"body" : "${to_array.output.resultList}"
"body" : "${to_array.output.result}"
}
}
]