Add inputs to your pages.
Using an input block.
{{ your_variable }}
syntax. For example, if you have an input named start_date
, you can use its value in a SQL query like this:
{{ start_date }}
with the value of the start_date
input when running the query.
Using a dropdown block with dynamic values.