Ability to use one of the atributes of the record list as an input parameter in an query. It could be used like a temporary table.
Example:
select ...
from ...
where AAAAA in (select atribute from record_list)
Example:
select ...
from ...
where AAAAA in (select atribute from record_list)