How to Filter collection by object value?

I need to filter collection by title but it is object, I need to add a path to it’s value of key in object)
title = { “key1”: “value1”, …}

Is there any nocode way to filter collection that way or I need to use formula?

Hi @Anna.fae :wave:

Depending on what your object looks like, I think binding to the value you’re looking for would be enough.

Here’s an example I put together quickly: https://tella.video/anna-filter-collection-by-object-byuq

Let me know if that covers your use case. If not, can you provide a bit more information about what your object looks like and what value you’d need to filter on?

1 Like

Thank you it works. I overthink it before trying :sweat_smile:

1 Like

Haha been there! :smile: Glad it works :slight_smile: