Adding new filter remove the other applied filters from the view

I have defined / add new rule base filter in my project. As soon as I connect the output with the view filter component it removes the previously applied filters in the current view. Is this normal or Am I missing something?

You’ll need to merge your new filter into a list of of the old filters.

Note that you do not have control of the order, the new filters inserted will be at the bottom of the list.

Thanks @Japhy.