Hey everyone, i was trying to modify the test for downing a non existent profile using blocks and rescue ,and I'm getting this error An unhandled exception occurred while templatinga really big JSON object which boils down to this Unexpected templating type error occurred on ({{ network_connections | json_query('[*][ieee802_1x]') | flatten | count > 0 }}): 'NoneType' object is not iterable" which I guess is due to an emty object being returned ? I'm not sure though what exactly this returns or is supposed to return and I'm having some trouble finding a way to fix this . Could someone please help guide me in the right direction ? Any help is appreciated Thanks, Harsh