Clockwork Element.SetName issue

I am having a little issue with clockworks element.set name node, when I pull everything out of the node I see this error with the python script. I am not sure if I am using this node correctly or not. HELP!

I believe you have just connected the inputs (seq1 and seq2) incorrectly. It looks like you have the names going into the elements input and vice versa. Try switching the two.

I needed to sort my list going into my “String.InsertAtSuffix” node and it worked properly, I broke apart the custom node to show the error I got and neglected to look at the names of the inputs in the custom node and assumed the top was the top input and the same for the bottom.

Thank you for the reply.