Refresh workflow

Hi,

I have a problem with a script that places elements in Revit. I am running it first time, all good, Close Dynamo, reopen, run again but with new inputs, and then it basically move the previously placed families in the new location…how is this working then? I hoped that by closing and reopening it will place new families into the new locations.
Is there any trick somewhere that I am missing?

Thank you.
J.

Hi @john1

You need to use Python for this

It doesn’t work with List Map.

Thank you.

Thanks @Kulkul. In the end I used the Bakery node Family Instance by Point Transaction with a List.Map @Luke_Johnson

Kind regards.
J.

@Kulkul Where should I put it to my dynamo script? What should be input and output?