I’m sure this has been asked and answered many times but I couldn’t find the solution. I am just trying to get a parameter value from an old family and copy it to the new family with the same parameter name. I have created the graph attached but it doesn’t seem to be working.
Any help appreciated.
Your types will have to match their order 1:1 for this to work as the equals node is checking in parallel. Better to use a dictionary for lookups and use the type name from the source family to match the value to the type
2 Likes
Thanks, Mike - very helpful. If possible, could you please also tell me how to create a new family type with the name of the source if it doesn’t already exist? Sorry, I’m very new to this.