Conditionally Format lists with more than one parameter

Good Evening Everybody

I’m new to dynamo, and new to any kind of programming languages.
I’m facing a problem that i don’t know how to solve and i wish that you could help me

I have Five lists in my project and i wish to create a sixth

List number 1 contains the Name of the Panels Associated to wires
List number 2 contains the Name of the Panels Associated to Electric Circuits
List number 3 contains the Circuit Number Associated to wires
List number 4 contains the Circuit Number Associated to Electric Circuits
List number 5 contains the Apparent Load Associated to Electric Circuits

What i want to do is to create a list wich do the following thing:
If The Circuit Number of the wire (List 3) equals Circuit Number of the Electric Circuits (List 4) AND if the name of the panel associated to the wire (List 1) equals the Name of the Panel Associated to Electric Circuits (List 2) than take the Apparent Load Associated to Electric Circuits (list 5) and Put it in List 6

1 Like