Hello! I'm trying to use apoc.case to include some conditional logic for a results table in a Neodash app. Code looks like this:
CALL apoc.case(
[$neodash__settings_oracle_depth_value = 'Schema' ,
"MATCH (n:TABLE{owner: '" + $neodash_table_owner + "'...