I managed to fill in the schedule filters (using Dynamo). But the schedule displays nothing until you open it and click OK. Nice to do it once, but a hundred times over. Anyone have an idea?
How did you create the filters? Where are you seeing the ok?
In the groups INS LIST and POS LlST is the way I add the filters ( first remove all) The ok show in the red circle.
Looks like you’ll need to send a signal to refresh the schedule. Without getting into Python, you can try this:
- Join the ‘final result’ of the
POS Listand theINS Listinto a single list.create or list.join node. - Wire the new list node into a Transaction.End node, and then into a Transaction.Start (this might not be necessary but when experimenting I tend to leave an open transction so Dynamo is back in it’s expected state).
If that doesn’t work you’ll need to find a schedule refresh node; not sure there is one out there, but it can be done in Python quite readily. The API call is here: Revit API 2026 Documentation.
Both are not an solution. I try also first start en then end also in the beginging of the script INS list.
Somethings else I tried is refresh Filters. With with an Python script.
Dynamo Python (Revit 2024) – Refr.txt (2.9 KB)
Thanks for the help. (
PS This behaverior happens sometimes also without dynamo.)
I’d need a dataset and graph to reproduce the issue to directly help. If you close and reopen the model do they ‘open bad’ or does that fix it?
I hope i can prepare one. I have to check is it is allowed for is project.
Doesn’t have to be your project - any reproducible case should work.
Thanks this was an part off an POC I tried an other file and it works.

