Table - based on a query
Display a table with two columns, name and number, with one row for each card that has a property 'Priority' set to 'Critical' and a property 'Release' set to 'Release One.' As usual, quotes are used only when grouping words with spaces in them.
{{
table
query: SELECT name, number WHERE Priority = Critical AND Release = 'Release One'
}}
Preview
| Name | Meaning | Required | Default value |
|---|---|---|---|
| query | A custom MQL query, the results of executing this query will be shown in the table. | One, and only one, of query or view is required. |