All of the building blocks require you to specify which tables you want to load before you start running queries against them. The load parameter takes a list of strings, each of which specifies a table. However there are many ways to specify a table, including some advanced options
Pick from a list
When using the QueryTable sync table, the load parameter will show a list of tables in the current doc that you can select from. Simply check off the tables you wish to load.
Enter manually
When using one of the formulas, or when you wish to use more advanced options in the QueryTable sync table, you must pass the tables using the List() formula.
QueryGrid(
<Account>,
List("Employees", "table-0pjojhpaNL"),
Query
)
Table specification options