Rhino inside revit generate new floors without deleting old ones

Hi all! I have a monster definition that converts existing floors into smaller partitions in revit, for planting plans for a vast project. My apologies, I am not in a position to share the definition because of NDAs. The process is always the same, but it needs to iterate a few 100s of times for each specific planting mix. In theory, you would just animate a slider at the beginning of the script to cycle through the indexes of each starting floor and leave it running overnight, unfortunately though this overwrites the revit output each cycle. So far I’ve had to copy the script for each unique mix, multiple dozens of times but its a horrible process for my mental health and very hard to manage. So, is there a way to set up Rhino Inside Revit so that each created element, by the same node, does not overwrite the previously created one, so I can have just the one copy of the script and animate a slider to cycle trough? The script passes shared parameters as well. Thank you!!

@DraftVader You can change the element tracking mode of the floor Component.

SO simple… thank you!!!