I want to create a dynamo script that compare a list of shared parameters guid to revit file existing parameters, and then delete from the revit file the parameters that do not match the GUIDs and creates new parameters that do not exist in the revit file but are in the list of these guids .
I reached the point of getting the parameters that are not included in the list of guids so now i want first to delete them
Hi, welcome to the forum ![]()
Please take the time to read the forum FAQ → How to get help on the Dynamo forums
This seems like a fairly straightforward task, you are likely to get more assistance if you show your work and where you are getting stuck
Pretty sure that if a shared parameter which isn’t in your GUID list is used in a family as a control or in a formula you’re going to break the family in a way where this will be prevented from executing in many ways and in other ways you’ll get changes in form. As such this is the type of operation which isn’t recommended for bulk operations but should be performed one at a time with a review of all changes between deleting each parameter element.
thank you soo much for your response, i will try it …

