Hello everyone,
I’m trying to obtain a list of all the elements of a Revit model whose categories are associated to a specific shared parameter, using only native Dynamo nodes.
To achieve this result, I initially used a Python node whose code was generated by AI. It did work, but whenever changes were made to the model and/or to the categories associated with that shared parameter, that single node broke and caused the entire script to fail. I also need the script to be as linear and readable as possible, so that my colleagues can easily understand it and maintain it in the future, and this is why I want to substitute the Python node with native ones.
I then came across Genius Loci’s node “Get Shared Parameter”, but even though a shared parameters .txt file is correctly linked to the project, the node does not return any result.
For this reason, I eventually convinced myself that I would also be satisfied with “just” obtaining a list of all the elements in the model, but even this seems to be more challenging than expected.
So, I’m kindly asking for your support to find a solution.
Thank you in advance for your help,
Maria Paola

