I cant add a condition that checks for whether var which is list is null. Everytime i try to enter the var to check, it will force me to give redundant options like map list, filter list... I just want to pass the var itself, not the contents of it. With a null var list, there would be no content. I tried with custom functions and the same issues arises when passing the argument. Is there a way to do this?