How to map string from Excel to elements

Hi,
I’m trying to create a pipe in Civil3D based on an excel file input. The input looks like this:
image
This means I have to create two pipes with those parameters.
I’m struggling now with mapping the first parameter (named DOM in the first list and PLU in the second list) to the actual pipenetwork in my file, which are named accordingly.
Could you point me in the right direction? I think I’d have to use the List.Map node but I can’t quite figure out how…

Checkout @mzjensen scripts about importing from excel, may give you some guidance: Import gravity network into Civil 3d - #2 by mzjensen

Thank you @KirkWM , for pointing me in the right direction.
I actually realized there was a node I could use that gets the PipeNetwork by a given string, so I was good to go!