Query Database
Query a given database.
Parameters
Parameter | Description |
---|---|
Database | The name of the database. |
Query | The body of the database query call. :::note Please note that the query is sensitive to whitespace. For further information, view the Neo4j Documentation. ::: |
Example Output
{
"results": [ {
"columns": ["n"],
"data": [ {
"row": [ {
"name": "Alice",
"age": 42
} ],
"meta": [ {
"id": 36,
"elementId": "4:0ea4a108-32c5-498c-99e7-95cc67ab5f7d:36",
"type": "node",
"deleted": false
} ]
} ]
} ],
"errors": [],
"lastBookmarks": [
"FB:kcwQDqShCDLFSYyZ55XMZ6tffRuQ"
]
}
}
Workflow Library Example
Query Database with Neo4j and Send Results Via Email
Preview this Workflow on desktop