Hello, I want to use query parameters in baserow, integrated in appgyver, help me

I want to receive the field: name, from id:20 to 40,
try using the parameter filter__field__721075__contains.
I don’t know if I’m putting it in the wrong place.
How should I do the query?.

What value do I have to place, to test that it works?

Hi @enoc!

For selecting ids within a range, I think you could use two filters together, higher_than and lower_than. E.g. filter__{field}__higher_than. Have you tried this?

1 Like