recheck conditions in prototype

Hi guys

I’m prototyping a filtering flow that allows users to filter a list of customers based on their tags. I’ve connected the visibility of each customer row to the activation of their related tags, and selected tags are displayed with chips.

My goal is that when I click the “x” on a chip, the corresponding tag filter is disabled, and the rows associated with that tag get hidden. I’ve managed to prototype all the steps except for the part where the corresponding rows are hidden.

the only solution that i have come up with has been to somehow leave and come back to the page so that the visibility conditions are checked again, but it will harm the flow

do you guys have any suggestions about what I can do? thanks :slight_smile: