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?
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
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?
Thank you it works. I overthink it before trying
Haha been there! Glad it works