List is not working

I am working on multiplication on lists. i have two filtered list. i am multiplying those list with number. After joining output of both list. when i see my end result it is changing value of wrong element id. actual value need to change on element id which is pointing by blue arrow.

Can you show where the input element is coming from? You filter your list of elements for Apparent Current so you likely should be filtering your elements for the input.

Can you show that in your graph so we can see what’s going on?

I Figured out.

Thank you for your time.

Could you share what you came up with to help others who might have a similar problem?

1 Like

I had referenced input which was before i had applied filter. i used input of what i am getting after filter and it resolved it.