Check if field inside array has value and route the output
[ { “items”: [ { “test”: " ", “id”: 1 }, { “test”: “test”, “id”: 2 } ] } ] Currently we have an array like this , we need to route the output from the Router based on the test field , if there is a value the output should go to the upper branch if th...