Hi,
I want to search for records in a table by fitlering. For Eq - columnValue eq “somevalue”. Is this possible via API? I
Hi,
I want to search for records in a table by fitlering. For Eq - columnValue eq “somevalue”. Is this possible via API? I
There are no query parameters at the moment in the Glide API. Except with Glide Big Tables.
You can read more on filtered query with Big Tables here.
If you’re using Make.com to do this filter on normal tables, query the full table first, then use a combination of map
and get
.