Modify Existing schedule filter using dynamo

Hi,

Is there any way to modify existing filter used in Revit schedule ?
I have created small dynamo script. But it is adding new filter instead of updating existing filter.

Thanks.

Easier to remove existing filter and add a replacement.

1 Like

Right, that is the last option.

If you’re set on modifying an existing filter then you’d need to go through the API and make all the changes there.
ScheduleFilter Members (revitapidocs.com)