-
Bug
-
Resolution: Not a Bug
-
Major
-
None
Syndesis filter doesn't work with ${body} when the body is json.
Using advancedFilter, the integration doesn't work when we use the following expression "${body} contains 'test' ", However if we specify the field it works like following: " ${body.order} contains 'test' ".