Use revit schedule info as dynamo input

Is it possible to use Revit schedules as input lists for dynamo?
For example I have a Revit schedule which lists 200 generic model family names.
I would like to use this list to create 200 3d views, each with 1 family in it, and then export these to seperate ifc files.
I could use a workaround to export the Revit schedule to Excel, and then use the Excel data is Dynamo input.
However my gut says that this could be done more efficient.
Any ideas / hints on this?

Schedules are created by filterring elements that reside in Revit model. They are basically a view into Revit model database.
You should create a node that filters elements the elements you need.

See here:
http://dynamoprimer.com/en/08_Dynamo-for-Revit/8-2_Selecting.html

Try starting with this: