Export select information from excel to family parameters of revit

You’ll want to use FilterByBoolMask to filter your sublists of room data (Excel rows) for the rooms that exist in Revit. Then you’ll want to sort your Revit rooms by room name, and separately sort your Excel data by room name - both using SortByKey. SortByKey just lets you sort one list (list) by another list of values (keys).
image