Push data from area's to rooms

Hi,
i’m a newbie in dynamo.
i want to create a script wich pushes data from area’s to rooms. i’ve gotten as far as creating volumes from both (area’s and rooms) and have a structured list of all rooms and a true/false value for intersection. i want to push the ZoneName value of the area to the ZoneName parameter of the room, but i cant figure out this last step.

Filter the list of Areas using the intersection booleans (@L2). That will give you an area per Room, just like you need. Then all you have to do is get the area name and assign it to the Room.

ok, thanx Nick!
i am wondering if this is the most logical setup. and if this way i won’t have problems with split levels. any suggestions on that? i’m thinking wether or not to run this script per level (manually) or wonder if it is possible to first list elements per level, altough that can also sometimes be tricky (area’s are not necessarily on a level, but just in the most usefull plan)