...
This operator applies a filter to the list. The filter may be templated, in which case the template is instantiated once per row from the parent table using the values from that row as needed, and the resulting expression is used to filter the list.
Operator Usage in Easy Mode
- Click + on the Start node.
Note: Query from List is a datasource and therefore can be added under Start only. - Enter the Query from List operator in the search field and select the operator from the Results to open the operator form.
- In the Name drop-down, enter or select the name of a list to load the data from.
- In the Filter field, enter a value in the AND or OR operators.
- Click Run to view the result.
- Click Save to add the operator to the playbook.
- Click Cancel to discard the operator form.
Usage Details
LQL Command
Code Block |
---|
queryFromList(list_name, filter, input_table) |
...