Hey guys,
I am trying to add a condition step based on the output of a filter array action. Basically there will be one of two outputs
When there is no output it will just be [ ]

The other scenario is an output:

So what I would like is that if the output is [ ] then the condition should send the flow to a Terminate action. If it is not [ ] and has some data then it should send the flow on to perform another action.
Thanks,
David