Hi there,
I’ve determined my issue is related to difference between Type parameter and Instance Parameter.
I’m trying to push the Type parameter for Fire Rating of the walls to the Instance parameter of Fire Rating of the doors. The script runs appears to complete fine, but the data doesn’t transfer. TIA.
To add to robert’s post, be mindful that you should only really set a type’s parameter once ideally. You may have multiple doors with different ratings in the same wall type, so the final node may potentially attempt to set the same type multiple times in a row using different values. I would take a uniqueitems list from the types and then use list.indexof and getitematindex to get the first occurence of each type and the parallel value to set rather than each instance’s type.

