In the documentation please add an explanation of how to run an SQL query that has been placed in a variable.
I could not find the method in documentation, but it is very simple.
In the expression editor you put:
@<your variable name>
and set the SQL to inline: Yes (defaults to No)
(So simple when you know how, but very frustrating when you don't)