diff --git a/activity/sqld/examples/json/flogo.json b/activity/sqld/examples/json/flogo.json index 886f126..7bda46a 100644 --- a/activity/sqld/examples/json/flogo.json +++ b/activity/sqld/examples/json/flogo.json @@ -45,7 +45,7 @@ "if": "$.SQLSecurity.outputs.attack < 80", "service": "PetStorePetsUpdate", "input": { - "body": "=$.payload.content" + "content": "=$.payload.content" } } ],