Lunchbox Room Element Collector returns Dictionary not List

I’m trying to create a list of my Room information using the LunchBox Room Element Collector and it appears to have change from earlier versions. It now returns a Dictionary (list) which I can’t seem to pass through a List Create node as it returns a Function message.
I hope that makes sense. Any know how i can connect it through to a list?
Thanks

Remove item2 to item10 inputs from your List.Create node. The dictionary output is Dynamo’s method for supporting multi-port outputs. Each output port will return whatever value is assigned to the dictionary key - in your case, its list.

Thank you so much!
Of course that makes sense now.
Cheers!