Filter collection by field value in an object

Hi I am trying to filter my collection by using a field value within an object. How can I specify that certain field value to filter?

scrnli_2024_5_1 14-55-17

I tried this


and bind it to this in the value it contains but it doesn’t seem to work: createObject(“bedrooms”,“1”)

Please let me know if there are any ways to do it. Thanks alot

Hello, this is a current limitation of WeWeb, you can use the Copilot to create a formula with parameters to filter and return the data, then you can wrap your data in it, by passing it as a parameter. This is especially helpful for filters where the requirements exceed WeWeb’s capabilities. Otherwise you could filter it on the backend.