I’m using a getManyRows Baserow node. Credentials work and node returns results from the expected table. However, I cannot manage to use the filters with single-select fields. It does not look like filters are taken into account.
Yes, the first item is correct but there are many more in the rest of results. If I set the limit to 1 I do not get all the results I want.
I tried to change the limit x, and it always returns the x first results no matter what is the field value I’m using for the test just like if the test was not taken into account.
If you share a sample of the response json shown in your screenshot I can make a code node to filter through it for you, and will add a set fields node so you can easily configure it.
I don’t have any experience with that node or service so I can’t really help with the filtering withint
@liam Yes, I already use a filter node but I guess this could be done inside the Baserow node so that the get/filtering operation can be done with only one node.