Looking to edit Schedule Filters via Player Input

So I have a Revit Schedule all set up. And I’m looking for the correct/appropriate node to use to simply edit one of the filters that are already in place. I have a text input node at the moment, so that you can edit that in the Dynamo Player. I’d love to be able to use that input to denote what to edit the current filter to.

I currently have the “ScheduleFilter.Value” node, but I don’t know how to feed that filter a new value, does anyone else know?

Thank you in advanced to anyone who can help!

I don’t know if you can modify an existing filter without using Python. If you want to stick with nodes I’d suggest deleting the filter then rebuilding it with the user input.

I’d love to get it running with Python, but I think for now I’m going to do that. I’ll add a bit in the beginning that looks for the particular filter, deletes it, and then inserts a revised version of the filter for use.

Do you have suggestions for where/how I should look when I try to implement some Python later on?

1 Like