With the ability to add / use Shared Parameters now in Key Schedules in Revit 2022, I wanted to put a graph together that would enable me to easily add those Shared Parameters and copy values from other fields.
I’d recommend using Dynamo Player to help prevent issues with the multiple pop-ups.
Yes I used to do the same, mostly just leave the scripts as Python. I’ve recently begun supporting more clients in Dynamo, particularly from a deployment and education perspective so I’ve been using Crumple as a way to avoid using as much exposed Python in solutions I build for them whilst minimizing the number of custom packages they need to deploy to run scripts.
I see some of the things others leave to Python and see much more opportunity to house it as nodes to make them easier to understand and also potentially lead to triggers for absorption in Dynamo itself by the team if they become commonly used.
A good example is my If/then/else node. I know many people that use Crumple even just for that node, as simple as it may be. Still hoping for a functional If node that behaves this way (take one branch or another, regardless of length) in future. Maybe its presence in packages will prompt that, even if Python and design script have alternative methods (less accessible to the basic user of course).