Springs.Filter.ByCategoryName gets too much

I’m using the Springs.Filter.ByCategoryName node to filter down to Rooms
However, when I pass the string “Room” into the Category Name input, the node returns not only Rooms, but also Room Tags.
image|680x383
This means that the next downstream node throws an error because it’s looking ONLY for Rooms.
Is there a way I can force ByCategoryName to use the EXACT Category I pass instead of what I assume is a wildcard starting with “Room” ?

Try this:

Here’s how I ended up filtering out the Tags
Springs%20NoTags

1 Like