Creating project parameters duplicates even if the parameter exists

Have one question how do you make this not create multiples if they are already in the project. It seems that if you hit the run command it creates the parameter just fine but if you run it again (after you reload the project) it adds the same parameter again. How do you check and see if the parameter exists and skip the add

1 Add Parameters.dyn (8.3 KB)

@jarod.tulanowski maybe you could get a list of existing parameters first and do a bit of List.Difference then feed the result to creation node.

image

1 Like

OK got it to work had to use a python script i found on another site. I will share all info for the next person to utilize.

1 Add Parameters.dyn (16.5 KB)