Is it possible to read and create different Family types at the same time

Using the [FamilyType.Create] node allows adding new types to a family, and [SetValue] is used to match parameters with the types. But it can only add one type at a time. Is there a way to create multiple types at the same time and correspond them with the relevant parameters?


This works.

Thank you for the answer. I noticed that you used the Code Block[“1”,“2”,“3”] to input values. Are there any other ways besides manual input? If I want to read from Excel, are there any nodes that can convert the read list into the format of Code Block[“1”,“2”,“3”]?