Custom Query
The Custom Query block in Zeromagic allows you to execute custom queries using the Zeromagic Query Language. This powerful feature enables you to interact with your Cosmos DB database with precision and flexibility.
Zeromagic Query Language
The Zeromagic Query Language is a JSON-based query language specifically designed for interacting with Cosmos DB databases. It provides a straightforward syntax for constructing complex queries, filtering data, and performing operations on your database records.
Container Name: The name of the Cosmos DB container containing the record to be updated.
Query Editor: Custom Query block based on Zeromagic Query Language provides a user-friendly interface for composing and editing queries
Auto Create: Create a collection if it doesnt exists in the container.
Returns: Return a val
based on the executed ZQL database query in the editor.
Visit the Zeromagic Query Language documentation to learn more about the syntax and capabilities of the query language.
Click here for Query Examples
Was this page helpful?