Automatic tags from excel

I could not get the Dictionary to work. Was able to use the Dynamo in the Excel to Revit Families sorted via Excel Value thread

The entire script is working correctly and I see the outputs giving the desired values

But for some reason, the information is not being inputted into the Room Element
Room “SB103” should have the information:

  • B1_SS2_R009
  • test room 2
  • HSFP=3m


EDIT UPDATE

seems like the code is working but only for one entry (labeled in red)
the node ByParameterStringValue comes up will all 3 items in the list, but the next node SetParameterByName only considers the 1st one.

what is a good solution so that the other rooms (labeled in blue) are also considered by the SetParameterByName?