MuhammadTahaNaveed opened a new issue, #1043: URL: https://github.com/apache/age/issues/1043
**Describe the bug** Errors out saying container must be an array or object. **How are you accessing AGE (Command line, driver, etc.)?** - terminal **What data setup do we need to do?** ```pgsql SELECT * FROM cypher('hello', $$CREATE (n)-[:KNOWS {n:'hello'}]->({n:'hello'}) $$) as (a agtype); ``` **What is the command that caused the error?** ```pgsql SELECT * FROM cypher('hello', $$MATCH ()<-[y *]-(),({n:y[0].n}) RETURN y $$) as (a agtype); ``` ``` ERROR: container must be an array or object ``` **Expected behavior** expected vertex x to be returned ``` {"id": 281474976710658, "label": "", "properties": {"n": "hello"}}::vertex ``` **Environment (please complete the following information):** - latest (PG13 master) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org