List.IndexOf only gets first index

I’m trying to get indexes of temperature parameters to run a calculation to convert it back to F. I have a string.contains node to check for “Temp” parameters and a List.IndexOf to get all the true values but I’m only getting the first value.

This should help: Dynamo Dictionary

Thanks, I was basically using single index nodes for both this and the replace node.

1 Like